/Quiz-App

Primary LanguageJavaScript

Quiz App

Overview

This is a simple quiz application built with HTML, CSS, and JavaScript. The app presents 50 questions to the user, with a timer of 15 seconds per question. The user must select an answer before the time runs out, or the question will be marked as incorrect. At the end of the quiz, the user’s score is displayed

Features

50 Questions: The app contains a total of 50 questions, each presented one at a time. 15-Second Timer: Each question has a 15-second countdown timer. If the user does not answer within the allotted time, the question is marked as incorrect. Score Tracking: The app keeps track of the user’s correct and incorrect answers and displays the final score at the end of the quiz. Responsive Design: The app is designed to work on various screen sizes, ensuring a seamless experience on both desktop and mobile devices.

Technologies Used

HTML5: Used to structure the quiz app. CSS3: Used to style the app, making it visually appealing. JavaScript: Used to implement the quiz logic, including the timer, score tracking, and navigation between questions.