https://soumeyah.github.io/coding_quiz/
We were tasked with creating a quiz which allows users to test their coding knowledge.
- Dynamically created quiz.
- Start page removed on start button click
- Questions rendered one after the other on correct answer
- Quiz end can submit score and go to highscores page.
- Highscores stored in local storage and rendered.
- Can be removed on click of clear higscores
In the future theres is a lot that needs improving sorry.
- Clone GitHub project (repository coding_quiz) to your local machine.
- Navigate into project and open in VSCode.
- Open the index.html file in broswer preferably.
git clone git@github.com:SoumeyaH/coding_quiz.git
cd coding_quiz
code .