Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewarnab/quiz-app
simple quiz app
https://github.com/codewarnab/quiz-app
html-css-javascript quiz-app
Last synced: 11 days ago
JSON representation
simple quiz app
- Host: GitHub
- URL: https://github.com/codewarnab/quiz-app
- Owner: codewarnab
- Created: 2023-11-25T10:41:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T12:14:02.000Z (about 1 year ago)
- Last Synced: 2024-12-18T18:08:30.930Z (2 months ago)
- Topics: html-css-javascript, quiz-app
- Language: JavaScript
- Homepage: https://codewarnab.github.io/quiz-app/
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Quiz App
This is a simple interactive quiz application built using HTML, CSS, and JavaScript. It presents a series of questions with multiple-choice answers and allows users to test their knowledge by selecting the correct answers. After completing the quiz, users can see their score. [**TRY IT**](https://codewarnab.github.io/quiz-app/)
## Table of Contents
- [Features](#features)
- [Usage](#usage)
- [Contributing](#contributing)
## Features- Displays questions with multiple-choice answers.
- Highlights correct and incorrect answers upon selection.
- Shows the total score after completing the quiz.
- Provides an option to play again for more attempts.## Usage
To use the Quiz App:
1. Clone the repository to your local machine using the following command:
```
git clone https://github.com/your-username/quiz-app.git
```2. Open the `index.html` file in a web browser (Google Chrome, Firefox, etc.).
3. Answer the questions by clicking on the provided options.
4. Click the "Next" button to move to the next question.
5. After completing the quiz, view your score.## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to create a pull request or open an issue in the repository.
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/improvement`).
3. Make changes or additions.
4. Commit your changes (`git commit -am 'Add new feature'`).
5. Push to the branch (`git push origin feature/improvement`).
6. Create a new Pull Request.