The Quiz App is an interactive web application designed to provide a fun and educational way to test your knowledge on various topics. The app features multiple-choice questions with a user-friendly interface, real-time feedback, and score tracking to enhance your learning experience.
- Multiple Choice Questions: Answer questions with multiple-choice options.
- Real-Time Feedback: Get instant feedback on your answers to learn from your mistakes.
- Score Tracking: Track your score as you progress through the quiz.
- User-Friendly Interface: Simple and intuitive design that is easy to navigate.
- Responsive Design: Optimized for use on desktops, tablets, and smartphones.
- HTML5: For structuring the content and layout of the app.
- CSS3: For styling the app and ensuring a responsive design.
- JavaScript: For managing quiz functionality, including question display, answer validation, and score tracking.
-
Clone the repository:
git clone https://github.com/JanhviVerma/Quiz-App.git
-
Navigate to the project directory:
cd Quiz-App
-
Open
index.html
in your web browser:You can open the file directly by double-clicking on it or use a local server for better performance:
npx serve
-
Start quizzing!
-
Start the Quiz:
- Open the app in your browser and click "Start Quiz" to begin.
-
Answer Questions:
- Select your answers from the multiple-choice options.
-
Receive Feedback:
- After answering a question, you'll receive feedback indicating whether your answer was correct or incorrect.
-
Track Your Score:
- Your score will be updated as you progress through the quiz.
-
Responsive Experience:
- The app provides a seamless experience on various devices, including smartphones, tablets, and desktops.
index.html
: The main HTML file.style.css
: Contains all the styling for the app.script.js
: Contains the JavaScript functionality for quiz operations.