It counts the frequency of ngrams in a given string
- You need to have
git
&yarn
installed in your machine.
- Download the project from GitHub.
- Go to the main folder and hit
yarn install
to install the dependencies.
reach-router
for routing.fetch
for API requests.material-ui
&bootstrap
for UI.prop-types
for type checking.react-hook-form
for managing the forms.lodash
for helper functions.react-spring
for Animation.
src/api/
for API calls.src/components/
for all React components 'both class & functional'.src/constants/
for all constants e.g. route names, messages, urls ...etc.src/helpers/
for helper functions e.g. localStorage related methods, custom hooks ...etc.
- For this purpose, you can add your own
CSS
code inindex.css
orapp.css
.