Skip to content

Mohamed-Abdelfattah/would-you-rather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would You Rather Project

This is my implementation for an assessment project for Udacity's React course. The project is a simple implementation of Would You Rather game.

To interact with/play the game user should login using a list that contains a pre-created users and then he will be able to answer questions or add a new ones and also check the leaderboard or even logout and sign-in with the same user or a different one.

Notes

The project is meant to be a demonstration/practice/application for the usage of the Redux, ReactRouter, and MUI libraries within a React application; thus, reloading the page will lead to loss of all the progress (newly added anwers or questions) as the app fakes the connection to a backend/database to store answers or to add new questions.

Usage

Link for the live version: Would You Rather

Install dependencies via npm: npm install and then app can be served on Localhost which can be done via npm script: npm start

About

my implementation of Udacity's would-you-rather-app project, one of Udacity's react nano-degree projects.

Resources

Stars

Watchers

Forks

Packages

No packages published