Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.21 KB

README.md

File metadata and controls

69 lines (46 loc) · 2.21 KB

Coding-Quiz

Coding Quiz Challenge using JavaScript

Overview

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.

Table of Contents

Features

  • 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.

Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4 Screenshot5

Deployment

  1. Site is live at https://vivekiyer7.github.io/Coding-Quiz/

To run the application locally, follow these steps:

  1. Clone the repository: git clone https://github.com/vivekiyer7/Coding-Quiz.git
  2. Open the index.html file in your preferred browser.

How to Use

  1. Open the web application in your preferred browser.
  2. Quiz is for 75 Sec and has 10 Questions (which ever finish first)
  3. There is a peanlty of 10 Sec if answer is worng.
  4. At the end answer is displayed and can be stored.
  5. Past highscrores can be seen from High-Scores Page.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature.
  3. Commit your changes: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature/new-feature.
  5. Submit a pull request.

License

This project is licensed under the GNU General Public License v3.0.

Author

Vivek Iyer


Made with ❤️️ by Vivek Iyer