Sentiment analysis tool built using React and nivo.
This project is currently deployed on https://comment-form.netlify.app/
- Clone this repo
- Install dependencies by using
yarn
- Use
yarn start
to run the app in development mode. - Open http://localhost:3000 to view it in the browser.
yarn test
launches the test runner in the interactive watch mode. Tests are written using Jest and React Testing Library.
yarn build
builds the app for production to the build
folder.
This project was bootstrapped with Create React App.