Skip to content

sreyseng/would-you-rather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would You Rather

Would You Rather is a web application front end built from the ground up as a UI for the provided mock backend to explore React, Redux, and Material UI.

Users will be able to answer questions, see which questions they haven’t answered, see how other people have voted, post questions, and see the ranking of users on the leaderboard.

Live Demo

https://sreyseng.github.io/would-you-rather/

Authenticated users will be able to:

- vote on questions asked by others
- view answered and unanswered questions
- view how other people have voted
- post new questions
- see ranking of users on the leaderboard

Limitations:
- application state will not persist on browser refresh

Demo

Application

To start the application:

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

Technologies

References

This project was bootstrapped with Create React App.

All material design components used in this project makes use of demo examples and example styles from Material UI Component Demos, including, but not limited to the following:

This project also uses the Chirper project as reference material.

About

Explore React and Redux by building a UI for the "Would You Rather" game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • HTML 10.5%
  • CSS 0.5%