Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 2.98 KB

File metadata and controls

79 lines (52 loc) · 2.98 KB

GitHub license GitHub issues GitHub contributors GitHub last-commit

The Quiz Application with Timer is a simple web app that helps you test your programming or math knowledge. Just choose a category, select the number of questions, and answer them before the timer runs out!

About

This quiz application is built with HTML, CSS, and JavaScript. You can select a category (Programming or Mathematics), choose how many questions you want to attempt, and start the quiz. After you're done, you’ll see how many questions you got right!

Limitations & Future Work

  • Right now, the questions are static and written inside the script.
  • Only two categories are available.
  • The past quiz results aren’t saved.

Future Work

  • Dynamically load questions from JSON or an API.
  • Add more categories and allow custom timer settings.
  • Store scores locally or on a backend.
  • Implement additional features like difficulty levels and a leaderboard.

Usage

  • Category selection: Programming or Mathematics.
  • Choose the number of questions: 5, 10, 15, 20, 25.
  • A countdown timer shows the time left.
  • Final message shows how many answers were correct.
  • Works well on phones, tablets, and desktops.
  • "Try Again" button to restart the quiz.

Requirements

  • A modern web browser (Chrome, Firefox, Edge, etc.)
  • No installation is needed – just open the HTML file.

Setup and Installation

  1. Clone the Repository

    git clone https://github.com/deepikagandla7456/Quiz-Application-With-Timer.git
     
    cd Quiz-Application-With-Timer
    
    
  2. Run the App

    • Open index.html in your browser to start the quiz.


Screenshots

Before Starting the Quiz Image During the Quiz Image

Image Image

After Completing the Quiz Image

Licence

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