A product voting app implemented in REACT. One can up-vote on products which are then sorted according to the number of votes.

To visit the website location click here.
PREREQUISITE - Node.js should be present in your development environment.
To install the application locally:
- Clone the repository from the terminal using the command:
$ git clone https://github.com/khwilo/voting-app.git- Change the directory to the location where you cloned the repository:
$ cd voting-app- Install the application packages from the terminal using the command:
$ npm install- Run the application by executing this command from the terminal:
$ npm start