I was given a task @AppleSeeds Bootcamp to make a React Voting App with two type of users - admin and regular user.
in the app all users can vote for one of the Animal and the admin users can view statistics in chart.
I implement the project using HTML
,CSS
,JavaScript
,React
https://react-voting-application.netlify.app/
Deployment In order to run the app locally you will need to install all the dependencies from the package.json file. Run the command npm install to install all the dependencies, after it's done you can run npm start to start the app locally in localhost:3000