src/data/projects/quiz-app.md
In this project, we will be making a browser based quiz. The app will present users with a series of multiple-choice questions and after each question, the app will provide immediate feedback on whether the selected answer is correct or incorrect.
As a developer, feel free to come up with a JSON based quiz the questions as you see fit.
cards with the answers being buttons on the card.You can use any frontend framework such as React, Vue or Angular and some state management library to handle the state.
After finishing this project, you will have a good understanding of managing complex states and building an app of moderate complexity using any frontend framework.