Quiz-App

Overview

This is a simple quiz app built using HTML, CSS, and JavaScript. The app presents a series of multiple-choice questions to the user, allowing them to test their knowledge on various topics. The questions are defined in a JavaScript array, making it easy to customize and expand the quiz with additional content.

Features

Clean and intuitive user interface.
Randomized order of questions for a dynamic experience.
Immediate feedback on correct and incorrect answers.
Next button to progress through the quiz.
Restart functionality to begin the quiz.

How to Use

Local Development
Clone the repository to your local machine.
Open the index.html file in a web browser.
Start the quiz, answer questions, and see how well you perform!
Explore the code to understand the structure and make any desired modifications.

Live Version on Vercel - Just link on the link on top right of the repo

Customization

Feel free to customize the quiz by adding your own questions and answers to the questions array in the JavaScript file. You can tailor the quiz to suit different topics and interests.

Contributions

Contributions are welcome! If you have any improvements or feature suggestions, feel free to open an issue or submit a pull request.