Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.21 KB

File metadata and controls

27 lines (15 loc) · 1.21 KB

"Would you rather" app

Project:

In the "Would You Rather?" Project, you can play the “Would You Rather?” game. The game goes like this: A user is asked a question in the form: “Would you rather [option A] or [option B] ?”. Answering "neither" or "both" is against the rules.

You 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.

This app was built as a project for the Udacity React Nanodegree Program. The purpose of the project is to demonstrate understanding of how Redux works in a React-based web app.

How to install and launch the project

In the project directory, you can run:

npm install

Run this to install all the project dependencies

npm start

Runs the app in the development mode.
A new browser window should automatically open displaying the app. If it doesn't, navigate to http://localhost:3000/ in your browser

The page will reload if you make edits.
You will also see any lint errors in the console.

For reference, this project was bootstrapped with Create React App.