Coding Quiz Challenge using JavaScript
Welcome to the Coding Quiz Website! This web application allows users to test their coding knowledge through a series of interactive quizzes. The quiz challenges users with code-related questions and provides instant feedback on their answers.
- Quiz Challenges: Engage in coding challenges covering various programming topics.
- Timer: A countdown timer adds an element of urgency to the quiz, and incorrect answers result in a time penalty.
- Score Tracking: Keep track of your score as you progress through the quiz.
- Highscores: View and submit your scores to compete with others on the highscores leaderboard.
- Site is live at https://vivekiyer7.github.io/Coding-Quiz/
To run the application locally, follow these steps:
- Clone the repository:
git clone https://github.com/vivekiyer7/Coding-Quiz.git
- Open the
index.html
file in your preferred browser.
- Open the web application in your preferred browser.
- Quiz is for 75 Sec and has 10 Questions (which ever finish first)
- There is a peanlty of 10 Sec if answer is worng.
- At the end answer is displayed and can be stored.
- Past highscrores can be seen from High-Scores Page.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
. - Commit your changes:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
This project is licensed under the GNU General Public License v3.0.
Vivek Iyer
Made with ❤️️ by Vivek Iyer