Skip to content

Guy-Ghis/Quiz-Me

Repository files navigation

Quiz-Me

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.


Features

  • 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

Technologies Used

  • HTML – for structuring the app
  • CSS – for styling and layout
  • JavaScript – for quiz logic, DOM manipulation, and user interaction

Setup & Usage

  1. Clone the repo
git clone https://github.com/your-username/quiz-me.git
  1. Open the app Simply open index.html in your browser

  2. To run the Quiz in the terminal

node terminal_quiz.js

License

This repository is licensed under the MIT License. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published