This is an application that allows users to answer would you rather questions, it also give the users the ability to create to polls that other users can then answer. It shows the results of each polls after the user answers a poll and displays a leaderboard to show who the champion of ask and answering polls is. The application was created using React.js and Redux.
This application utilizes a backend provided by udacity to get data for books, here are the operations used from the backend:
This method saves an answer to the backend after a user submits a choice on the application
This method saves a newly created question to the backend.
This method creates and saves a new user to the backend.
- Clone project to your computer using the command git clone https://github.com/FearTheBeard95/friendly-memory.git
- Open your terminal application and go to the directory where the project was cloned and run the following commands
npm install
to install all the necessary dependencies required to run the app (Requires internet)npm run start
to run the application
- Access the application on your local machine by going to this link localhost:3000