Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 781 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 781 Bytes

✋ React Voting App

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

Project link:

https://react-voting-application.netlify.app/

Screenshots

Alt text

plot

Deployment

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