diff --git a/README.md b/README.md index e0c67ee..77faa13 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Javascript code quiz is quiz game that tests your coding knoweledge. The more questions you get wrong the less time you have to finish. Your final score, the time remaining, can be saved on a highscore list. The webpage was built using knoweledge of javascript and the native web APIs for dynamically changing the DOM. ## Screenshots -![Random password generated by the web app](screenshots/index.png) -![Random password generated by the web app](screenshots/question.png) -![Random password generated by the web app](screenshots/scoreinput.png) -![Random password generated by the web app](screenshots/highscores.png) +![Home page](screenshots/index.png) +![Question](screenshots/question.png) +![Score Input](screenshots/scoreinput.png) +![Highscores](screenshots/highscores.png) ## Resources Bootstrap was largely used for the styling. A shuffling function was sourced from https://javascript.info/task/shuffle.