This is a very simple, Quiz App. It has a set number of questions and answers stored in a file
- Navigate to Terminal
open directory in your Terminal
- Start the server:
type "yarn start"
press "enter"
- View the app:
open localhost:3000 in your browser (might open automatically)
- A User can answer quiz questions
- Questions can change based on each game
- A user can receive a score once the game is complete
- A user can play again, and reset options
Technology/Function | Purpose |
---|---|
ReactJS | Build out the Quiz App |
React Hooks | To give a smaller functional component state-like behavior |
- A User account
- Get more questions from an API
- Categorize questions
- Allow a user to choose the topic of the questions they want
- Allow a user to choose how many questions they want
- Change the name to a cooler name
- Give a percentage score (or maybe a letter grade)