This is a simple quiz application built using HTML, CSS, and JavaScript. The application allows users to answer multiple-choice questions and navigate through the quiz.
quiz-app
├── css
│ └── style.css # Contains styles for the quiz application
├── js
│ └── script.js # Contains JavaScript logic for the quiz
├── index.html # Main HTML document for the quiz application
└── README.md # Documentation for the project
To run the quiz application, follow these steps:
-
Clone the repository (if applicable):
git clone <repository-url> -
Navigate to the project directory:
cd quiz-app -
Open the
index.htmlfile in your web browser:- You can simply double-click the
index.htmlfile or open it using your preferred web browser.
- You can simply double-click the
- Multiple-choice questions
- User-friendly interface
- Responsive design
- Simple navigation between questions
- HTML
- CSS
- JavaScript
This project is open-source and available under the MIT License.