Quiz App
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
React.App.-.27.February.2023.mp4
For this group project we created and app that allows users to practice their trivia skills to become the ultimate trivia wizard! A user can select their category, and the app populates 20 questions related to the chosen topic. The questions by default hide the answers, and allow the user to show the answer once they have decided on a guess. It also allows the user to favorite a question to be saved on a 'favorites' page. This favorites page stores questions from across any quiz while the user is visiting the site. The user can also remove a card from favorites at any time. If the user decides they want to switch categories, they can return to home, and select a new category.
To use the deployed app visit: https://quizard.herokuapp.com/
- Fork the Repo from the Repository
- Clone the repo
[email protected]:jaysmith2022/quizard.git
- Install NPM packages
npm install
- Run npm start
npm start
- Use the Link that is given in the Terminal & Open in Browser
Example: http://localhost:3000/
- Once finished, close using control + c
See the open issues.