Skip to content

Akram11/would-you-rather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would You Rather Project

This project is part of Udacity React.js Nano-degree.

  • The goal of this project is to create an App [would you rather] using React/Redux .
  • After a user logs in, two categories of polls will be shown on the homepage, Answered, and Unanswered.
  • The user should be able to see the results of a previously answered question, answer a question, and create a new question.
  • There's a leader-board page that shows a list of users sorted down by score, the score is the calculated by adding the number of questions created and the questions answered.

The _DATA.js file represents a fake database and methods to access the data. it's a started code that can be found under: https://github.com/udacity/reactnd-project-would-you-rather-starter

Usage:

Install yarn:

Start the app:

cd would-you-rather
yarn install
yarn start

About

react-redux-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published