An HTML,CSS and Javascript quiz application.
- Clean user interface
- Light and Dark theme
- Trivia for questions
- Different questions categories
- Abillity to choose difficulty level
- Store highest scores to local storage.
- and lots more
visit live site here
Download the zip file and unzip into your computer.
To clone and run this application, you'll need git installed on your computer Download Git
open up your terminal and clone this repository
git clone https://github.com/abel-otegbola/Quiz-app
Go into the folder
open the index.html in your browser.
to use the trivia api just make a GET request to
https://the-trivia-api.com/api/questions
Visit Trivia to learn more
- Trivia api
Check out my awesome Snake game built with javascript