π¦ Deploying a React Application π¦
Posted on Dec 9th, 2021
Todayβs topics
- React Trivia progress
- Organizing your code
- Deploying to Netlify
π― Project
The React Trivia application is due on Monday β that means it meets at least the minimum functional requirements and is deployed to Netlify π.
Minimum functional requirements:
- A user can see a list of categories.
- A user can select one category.
- A user can see a list of questions for that category, with answer options for each question.
- A user can select an answer for a question.
- A user can see if that answer is the correct answer.
It would be awesome if:
- The answers are shuffled so that the correct answer is not always in the same position.
- A user can see how many questions they answered correctly (or some kind of score) when they have answered all the questions in a category.
π Read | πΊ Watch | π§ Listen
- π§ Syntax.fm podcast: State in React
- π Component Design in React
- πΊ Jenn Creighton, React Is Fiction