Skip to content

HabibStackz/code-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-quiz

A coding quiz game.

This is a simple quiz application that allows users to take a quiz, see their score, and store highscores locally in the browser.

Table of Contents

Features

image

  • Start button to begin the quiz.
  • Questions with multiple-choice answers.
  • Timer to limit the duration of the quiz.
  • Feedback for correct and incorrect answers.
  • Highscores page to display and clear stored highscores.

Link

https://habibstackz.github.io/code-quiz/

Getting Started

  1. Clone this repository to your local machine.
  2. Open the index.html file in your web browser to start the quiz.
  3. Alternatively, click the link above to visit the deployed page and start the quiz

Usage

  • Click the "Start Quiz" button to begin the quiz.
  • Answer each question by clicking on the provided choices.
  • Timer counts down as you answer questions.
  • If an answer is correct, you'll receive a "Correct!" message.
  • If an answer is incorrect, 10 seconds will be deducted from the timer, and you'll receive a "Wrong!" message.
  • At the end of the quiz, you can enter your initials to save your score.

Highscores

  • Highscores are saved locally and can be viewed on the "Highscores" page.
  • To access the highscores, click the "View Highscores" link.
  • You can also clear the highscores using the "Clear Highscores" button.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A coding quiz game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors