The Quiz App is a simple React application that fetches quiz questions from an API and allows users to answer them.
The Quiz component displays quiz questions fetched from the API. It handles user interactions, tracks the score, and displays the final score at the end.
- 🔄 Fetches quiz questions from an external API using React Query.
- 🎮 Handles user interactions for answering quiz questions.
- 📊 Tracks the score and displays the final score at the end of the quiz.
- 🚀 Start the application.
- 🔄 The application will automatically fetch quiz questions from the API.
- 📝 Answer each question by selecting one of the provided options.
- 🏁 At the end of the quiz, the application will display your final score.
- React: JavaScript library for building user interfaces.
- React Query: Library for managing server-state in React applications.
- HTML/CSS: Used for structuring and styling the UI.
The Quiz App demonstrates how to fetch data from an external API and integrate it into a React application. It provides a fun and interactive way for users to test their knowledge while showcasing various React concepts and libraries.
🚀 Start the Quiz App and see how well you can do!



