Quiz Me is a simple and interactive web-based quiz application built with vanilla JavaScript, HTML, and CSS. The app presents multiple-choice questions, captures user responses, evaluates answers, and displays a final score—all dynamically in the browser. It also includes a feature that permits to run the quiz in the terminal environment.
- Start screen with a "Start Quiz" button
- Multiple-choice interface showing 1 question at a time
- Score tracking based on correct answers
- Results view — shows total score and feedback
- Restart quiz without reloading the page
- Countdown timer for each question
- Animated transitions between each question
- Terminal supported runtime environment
- HTML – for structuring the app
- CSS – for styling and layout
- JavaScript – for quiz logic, DOM manipulation, and user interaction
- Clone the repo
git clone https://github.com/your-username/quiz-me.git-
Open the app Simply open
index.htmlin your browser -
To run the Quiz in the terminal
node terminal_quiz.jsThis repository is licensed under the MIT License. See the LICENSE file for more information.