This "Would You Rather" app uses a simple API which allows a user to view and interact with a list of polls asking "Would you rather...?" questions. Users can create new polls, vote for existing polls, and see the results of polls which they have answered already. There is also a "Leaderboard" which shows which users have been the most actively involved with creating polls and voting for polls.
This project was bootstrapped with Create React App. It is built using React and Redux, using node-sass for modularized css.
Clone this project and run:
Npm start Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Currently only a set list of users can be selected to login to the application. In the future a feature for allowing new users to signup will be added.
Styles and test coverage will also be improved.