This is a web application for a timed coding quiz with multiple-choice questions on JavaScript fundamentals. The quiz stores high scores and allows users to compare their progress with their peers.
- Clone the repository: git clone https://github.com/josejrod07/JavaScript-Code-Quiz.git
- Open index.html in your web browser.
- Click the "Start" button to begin the quiz.
- Answer each question by selecting one of the multiple-choice options.
- If a question is answered incorrectly, time is subtracted from the clock.
- After all questions are answered or the timer reaches 0, the quiz is over.
- Enter a name to save a score on the high scores page.
- A clean, polished, and responsive user interface.
- A "Start" button that triggers a timer and displays the first question.
- Multiple-choice questions that are presented one at a time.
- If a question is answered incorrectly, time is subtracted from the clock.
- When all questions are answered or the timer reaches 0, the game is over.
- After the game is over, the user can save their name and score.
- A high scores page that displays the top scores from previous games.
This project is licensed under the MIT License - see the LICENSE file for details.