React & Redux Project — Udacity React Developer Nanodegree
This project consists in a small quiz game, of course built in React & Redux, that quizzes the user with questions in a "Would You Rather..." format. It allows the user to login, post questions and also vote on questions posted by other users.
User is forced to login before using other service.
User is redirected to unanswerd questions wen user login to service.
User can choose the answer when user click the quesiton card.
User can see the quiz result only after answering the question.
User can make new question.
New question is added to unanswerd questions list.
User see the ranking. Ranking is determined by number of questions and answers.
1. git clone https://github.com/queuestack/nanodegree-would-you-rather.git
2. cd nanodegree-would-you-rather
3. yarn
4. yarn start