Would you Rather application using React, Redux Saga and Tailwind
Technologies Used
React
React Router DOM
Redux
Redux Saga
Tailwind CSS for styling
Steps to Run this Application
npm install
npm start
Pages
Login - to login - currently only given users can login
Feed - Feed Page shows list of all questions
a. Unanswered Question - Shows list of unanswered questions with buttons of View Poll - navigates to Question Page
b. Answered Question - Shows list of answered questions and green box to show which answer you have chosen
LeaderBoard - Shows rankings of all users.
questions/:question_id - Allows ability to submit answers.
Logout - Gives ability to logout to the signed in user