Skip to content

marynapl/reactnd-would-you-rather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would You Rather App

This is a web app that lets a user play the "Would you rather?" game. The user is able to:

  • answer questions in the form: "Would you rather [option A] or [option B] ?"
  • see answered and unaswered questions
  • post a question
  • see how other users have voted
  • see the ranking of users on the leaderboard

Setup

To get started:

  • install all project dependencies with npm install
  • start the development server with npm start

Data

The _DATA.js file represents a fake database and methods that let you access the data.

There are two types of objects stored in our database:

  • Users
  • Questions

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Credit

Avatar Icon by Dmitriy Bondarchuk

Contributing

Pull requests are not accepted.

About

Would You Rather app (React + Redux)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published