React Polls - A single page application that lets users vote through the Polls API.
Checkout live Demo or follow getting start instructions.
Setup project locally
- Clone repo to your local and install dependencies via
npm install
- Now run your local server via
npm start
- API Doc: http://docs.pollsapi.apiary.io/
- Bootstrap: https://react-bootstrap.github.io/
- axois: https://www.npmjs.com/package/axios
- lodash: https://lodash.com/docs/4.17.10
Something to improve: Add specs for Unit testing