A Next.js React app that allows a user to type in a textarea while keeping track of how many times that word occurred from the text in that text area.
- Tracks how many times a specific word was typed in the textarea.
- Clicking on a word in the word box shows the dictionary definition of that word.
- A bar chart that shows the top 5 most used words.
To build and run the demo:
- Clone this repository:
git clone https://github.com/dibenso/word-counter.git
- Install dependencies:
npm install
or
yarn install
- Start demo server:
npm run dev
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D