Skip to content

khwilo/voting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VOTING APP

forthebadge forthebadge forthebadge forthebadge forthebadge
Netlify Status

⚠️ 🚧 WORK IN PROGRESS

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

Alt_Text
To visit the website location click here.

Instructions to run the application locally

PREREQUISITE - Node.js should be present in your development environment.

To install the application locally:

  1. Clone the repository from the terminal using the command:
$ git clone https://github.com/khwilo/voting-app.git
  1. Change the directory to the location where you cloned the repository:
$ cd voting-app
  1. Install the application packages from the terminal using the command:
$ npm install
  1. Run the application by executing this command from the terminal:
$ npm start