Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.15 KB

Quiz-App

Description

A Quiz App that fetches questions about computer science from trivia API.
this application gives you 5 questions and 4 suggestions which have just one correct.
for each correct answer the score get incremented by 10.
at the end of the game you can either save the result or replay another game.
you can also see the Top 5 high scores acheived in the game.

Tech Stack

  • HTML
  • CSS
  • JavaScript
  • Bootstrap

Get started

Download the project or clone it using the command ( "git" must be installed)

git clone https://github.com/Bilaloum/Quiz-App.git

Open the index.html with your browser and here you go.

Screenshots

Home page

App Screenshot

Questions page

App Screenshot

Result page

App Screenshot

Top 5 scores page

App Screenshot