The Quiz App 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!
This quiz app 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!
- Right now, the questions are static and written inside the script.
- Only two categories are available.
- The past quiz results aren’t saved.
- 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.
- 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.
- A modern web browser (Chrome, Firefox, Edge, etc.)
- No installation is needed – just open the HTML file.
-
Clone the Repository
git clone https://github.com/deepikagandla7456/Quiz-App-With-Timer.git cd Quiz-App-With-Timer
-
Run the App
- Open
index.html
in your browser to start the quiz.
- Open
Before Starting the Quiz
During the Quiz


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