Skip to content

ashwanisingh1/word-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word-count

Run "npm install" in your command line to install all the neccessary files for node modules Run "npm run dev" to start the client and backend server.

The client side is made on Reactjs and Materializecss.

Reactjs- In react we have 2 component where one is for the searchbox(search_bar.js) and the other is for list items(list.js) which are being rendered on the same page.

The api fetch happens when we write a number in the search box which takes data from the express api and the data which comes in json format is rendered on the web page.

Express- There is a express api which returns json data for a query with a number i.e n most occurring words.

Api call -

/api/:id

where id is the number for query.

Screenshots-

About

Web App to display frequently occurring words in a hosted file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors