https://github.com/hursey013/redux-wyr
Udacity "Would You Rather" Project
https://github.com/hursey013/redux-wyr
Last synced: 3 months ago
JSON representation
Udacity "Would You Rather" Project
- Host: GitHub
- URL: https://github.com/hursey013/redux-wyr
- Owner: hursey013
- Created: 2019-01-21T20:33:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T15:42:17.000Z (over 6 years ago)
- Last Synced: 2025-01-22T10:43:38.211Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Would You Rather Project
Would You Rather is a React and Redux application that allows users to vote on user submitted questions.
## Launching Would You Rather
To run the project:
- install all project dependencies with `npm install`
- start the development server with `npm start`