Wednesday, March 6, 2019

Quiz app

This is so far the most complex app that I have made and the first time that I have used multiple JS files with local storage (yeah, not that good practice).

In short: app consumes questions from an API, displays them to the user, user chooses the answer and proceeds. If user gets it correct, he gets 10 points, if he's wrong, he gets nothing. Simple as that. At the end there is a form for user to enter his current score, and scores are ranked by the highest.


Github link



No comments:

Post a Comment