Source code for my second project for the React Nanodegree program from Udacity.
This project is a web app that lets a user play the “Would You Rather?” game. Users can 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.
Clone or download the repository on your computer.
- install all project dependencies with
npm installoryarn install - start the development server with
npm startoryarn start
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.