Skip to content

cerenbattal/sir-vote-a-lot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sir Vote-a-lot

Netlify Status

Sir Vote-a-lot is a simple poll application. On the first section (left side), the user can create a poll with up to 10 options. In the central one, the user can vote by selecting one of the options and pressing the "vote" button. On the right, the chart will update based on the votes which user has been voted.

Live Demo

https://sir-vote-a-lot.netlify.app/

Tools & 3rd Party APIs

Try it out

1. Install the project

$ git clone https://github.com/cerenbattal/sir-vote-a-lot.git
$ cd sir-vote-a-lot

2. Install dependencies

  • Install dependencies:
$ npm i

3. Start app

  • Start server:
$ npm start
  • Start in production:
$ npm run build
  • To visit app:
localhost:3000
  • Start tests:
$ npm run test

About

Sir Vote-a-lot is a simple poll application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published