This project is from Udacity's React Nanodegree course. In this webapp, users 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.
- Clone this repository
- install all dependencies using
npm install
- Run the app in developer mode with the following command
npm start
This project was bootstrapped with Create React App.