Skip to content

Ramanpreet6262/Would-You-Rather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would You Rather

This is the second Project of the Udacity React Nanodegree Program. The main aim of this project is to provide knowledge about redux and how to use actions, reducers and middlewares with redux to manage state easily. This project is basically a voting website in which different users can create questions and can also vote by choosing their option about particular question. The final rank of users is displayed on leaderboard and is calculated based on number of questions user created and answered.

How to run this project locally

  • Clone/Download this repository's code
  • Open your terminal and move to the directory containing the code
  • Install all project dependencies with npm install
  • Start the development server with npm start and you are good to go

Want to try it online

  • Head to this link and enjoy...