The project uses react and redux for making a simple Would-you-rather questionnaire which contains:
- adding new questions
- voting
- leaderboard ( for how many questions created and answered.)
- hard-coded login setup (maybe updated to registration/login in future)
https://anselmos.github.io/reactnd-project-would-you-rather/
In the project directory, you can run:
This runs yarn installer for any node requirements of project.
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.