Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 875 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 875 Bytes

Quiz app

Built with HTML, CSS, and JavaScript

This is the project where I code along with the tutorial - Build a Quiz App with HTML, CSS, and JavaScript.

After completed the project, I have implement some other features:

  • By default, users will get a random catogeries of 10 questions without setting the quiz option.
  • Users can set a maximum number of 50 questions, the catogory and the difficulty for the quiz.
  • Users can set a the question types including multiple choice or true-false.
  • Users can see the quiz result and review answers after finishing the quiz.
  • A smooth animation when switching the 'page' to another question.


screenshot1

screenshot2