IT Quizz is a simple and fun quiz app designed to help you test your knowledge across various topics. You can easily browse, search, and take quizzes to enhance your skills!
- Multiple Topics: Quizzes available for JavaScript, CSS, TypeScript, and more.
- Difficulty Levels: Choose from Basic, Intermediate, and Advanced quizzes.
- Search Functionality: Quickly find quizzes using the search bar.
- Interactive Questions: Answer questions and get instant feedback on your answers.
- Pagination: Easily navigate through multiple pages of questions.
- Browse Quizzes: On the homepage, explore a list of available quizzes on various topics.
- Search for Quizzes: Use the search bar at the top to find quizzes by topic.
- Take a Quiz:
- Click on a quiz to begin answering questions.
- Select an answer from the provided options for each question.
- After submitting your answer, you’ll immediately see if you got it right or wrong.
- Use the “Next” button at the bottom to move to the next set of questions.
- View Results: As you answer questions, you’ll see which answers were correct and which ones need improvement.
-
Clone the Repository:
git clone https://github.com/KaungKhantKyaw1997/it-quizz.git cd it-quizz
-
Install Dependencies:
npm install
-
Start the App:
npm run dev
-
Access the App: Open your browser and go to
http://localhost:5173
to see the app.
The app uses the Quiz Trove API to manage all quiz-related data. This API allows you to access quizzes, questions, and search results based on your inputs.