-
create a questions based voting system among users in which users can choose between one of two options in response to every question
-
implement login / logout / authed user session functionality
-
give logged in user the ability to create new questions
-
see a leaderboard ranked by total engagement of questions created and questions answered
-
React Router Dom for routing
-
maintain state using Redux
-
use thunk for middleware
-
interact with fake mocked backend
-
git clone the repo
-
run npm install
-
run npm start