This is a React application, that counts the number of positive, negative and neutral reviews and displays the percentage of positive reviews
- React
- Emotion/styled
To get started with this project, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies using
npm install
or
yarn install
- Start the development server with
npm start
- Open your web browser and visit http://localhost:3000/ to access the application.