This project was bootstrapped with Create React App.
- Run Yarn install from inside the Project
- Once done Run
yarn start
to start the app
- This app downloads a big file Asynchronously
- Reads through the file
- Finds top 10 occurring words
- finds POS and Synonyms of those words
- This app is created using React with great thanks to create-react-app
- axios is used to fetch the data
- yandex is used to find POS and Synonyms