An open API service indexing awesome lists of open source software.

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

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`