This repository contains the source code for a simple quiz website built with HTML, CSS, and JavaScript. The quiz features multiple-choice and short-answer questions, as well as a team-based leaderboard.
- Responsive design for a seamless experience on desktop and mobile devices.
- Multiple-choice and short-answer question formats.
- Team-based leaderboard with team name input.
- Dynamic score display and question navigation.
- Fetches quiz questions from a JSON file.
- Integration with an external API to validate answers and update scores.
First visit the current website to see it in action: [https://sanjin84.github.io/WebQuiz] 👍
Use credentials:
Username: GitTest
Password: git
Then clone this repository and open the index.html
file in your preferred web browser.
git clone https://github.com/Sanjin84/WebQuizAPI
cd WebQuizAPI
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork this repository.
- Create a new branch with a descriptive name, e.g.,
git checkout -b new-feature
. - Commit your changes to the new branch, e.g.,
git commit -m "Add new feature"
. - Push your changes to your fork, e.g.,
git push origin new-feature
. - Create a pull request from your fork to the original repository.
Please ensure that your code follows best practices and adheres to the existing coding style.
This project is licensed under the MIT License. For more information, please refer to the LICENSE file.