A Quiz Application using HTML, CSS, JavaScript.
A small web appilcation created for the purpose of learning a JavaScript programming language and improveing my Core Web Development Knowledge.
Project look- https://devyanijain13.github.io/Quiz-App/.
-
You have 'Start Quiz' button at the starting Webpage.
-
Then you have a 'Rules box' with labeled buttons - "Exit Quiz" and "Continue".
-
Clicking on continue will lead you to the Quiz box page.
-
Random questions are asked everytime with timer at the top left corner.
-
Submit button is by default in every question - you must select any option to enable it.
-
An alert pop up will appear with a message asking for confirmation of skipping the question with two buttons "OK" and "Cancel" .
-
At the end it shows score with "Reload Quiz" button.
After completing quiz - your score is saved in LocalStorage - if User clicks on the reload quiz button, the current window will be reloaded and the quiz starts from the beginning.