Skip to content
Submitted about 2 years ago

Front End Quiz solution

LVL 2
ALDono70
@ALDono
A solution to the Frontend Quiz app challenge

Solution retrospective


First js intensive web app This took around 3 days and 900 lines of code (not including the included json file). Purely written using just HTML, CSS, and JavaScript.

This was my first time using json files, had a few issues getting around code timing and fetch request being asynchronous, but just ended up plopping the json string straight in to my file and .parse(ing) it.

Still a few things to do. Namely the progress bar, making the page responsive, and just general styling fixes

[edit] -Added the progress bar -Added background image to both light and dark mode

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on ALDono’s solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord