Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 676 Bytes

File metadata and controls

23 lines (16 loc) · 676 Bytes

Quiz App

This is a simple Quiz App that fetches questions from the Open Trivia Database and displays them to the user. The user can answer the questions and see their score at the end.

Features

  • Fetches quiz questions from the Open Trivia Database
  • Displays questions and options to the user
  • Tracks correct and incorrect answers
  • Displays the final score at the end of the quiz
  • Allows the user to restart the quiz

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Express (for backend routing)

How to play

Navigate to https://assaf-itzikson.github.io/quiz-app/
When the user answers 10 questions, the quiz will end and the user will see their score.