VotingCode
This is a website where users can create polls about software development and share it with their friends. Users can vote on those polls and authenticated users can add their own options. The polls are tagged to enable filtering by topic.
VotingCode is built upon:
- React
- React Router
- Redux
- Redux Sagas
- Redux Form
- React-Bootstrap
- Styled Components
- Node.js
- Express
- Passport
- MongoDB
Installation Instructions
$ git clone https://github.com/puntnomads/VotingCode.git
$ cd VotingCode
$ npm install
$ cd client
$ npm install
Running the app locally
Start the API
$ npm start
Start React in another Terminal window
$ cd client
$ npm start
Then visit http://localhost:3000/