A React app that lets you play the "Would You Rather?" game in a web browser. Uses Redux for state management and is enhanced with a leaderboard and the ability to add new questions & users. Part of Udacity's React Nanodegree program.
To run locally:
- Run
git clone https://github.com/vrajkumar128/would-you-rather.git. cdinto the cloned directory.- Run
npm install && npm start. - Navigate to
localhost:3000using a web browser.