Skip to content

yuyi1000/reactnd-would-you-rather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would You Rather App

demo of app

Written with React as UI management and Redux as state management, this is a web app that lets a user play "would you rather" game. The user can create a new question, which offers two options and only one of them can be chosen. The user can also vote questions, see the detailed result of each question, the ranking for each user, and much more. Check out this app to find more.

How to install

run npm install

How to run

run npm start