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.
https://sir-vote-a-lot.netlify.app/
- Semantic UI for user interface of the components.
- Google Fonts - Pattaya for header logo.
- Animate.css for icon animation.
- React Testing Library and @testing-library/jest-dom for testing.
- Recharts for chart of the poll.
$ git clone https://github.com/cerenbattal/sir-vote-a-lot.git
$ cd sir-vote-a-lot
- Install dependencies:
$ npm i
- Start server:
$ npm start
- Start in production:
$ npm run build
- To visit app:
localhost:3000
- Start tests:
$ npm run test