Skip to content

dshenderson/udacity-redux-would-you-rather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would you rather...?

This is the project for the Redux portion of Udacity's React Nanodegree programme.

After choosing a login handle, the user is presented with a list of questions. Each question asks, "Would you rather...?", and presents two options. The user must select one answer. The user can also ask his or her own questions. When a question is answered, then and only then can you see how others have answered the question. The leaderboard allows you to see where users rank in terms of asked and answered questions.

Setup

To install the app, clone the project from GitHub and run npm install (or yarn).

To run the app, npm start (or yarn start).

For a production build, run npm run build (or yarn build).

Live example

The app has been deployed to https://udacity-wouldyourather.surge.sh.

About

"Would you rather?" app for Redux project in Udacity's React Nanodegree program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published