diff --git a/README.md b/README.md index dec0606..e0c67ee 100644 --- a/README.md +++ b/README.md @@ -4,6 +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) ## Resources Bootstrap was largely used for the styling. A shuffling function was sourced from https://javascript.info/task/shuffle. diff --git a/screenshots/highscores.png b/screenshots/highscores.png new file mode 100644 index 0000000..dcaa4c5 Binary files /dev/null and b/screenshots/highscores.png differ diff --git a/screenshots/index.png b/screenshots/index.png new file mode 100644 index 0000000..7288c67 Binary files /dev/null and b/screenshots/index.png differ diff --git a/screenshots/question.png b/screenshots/question.png new file mode 100644 index 0000000..c3ee267 Binary files /dev/null and b/screenshots/question.png differ diff --git a/screenshots/scoreinput.png b/screenshots/scoreinput.png new file mode 100644 index 0000000..15b5608 Binary files /dev/null and b/screenshots/scoreinput.png differ