
Design comparison
Solution retrospective
I am proud that i completed this challenge with all core functionalities working fine. I would write more modular and maintainable code in future.
What challenges did you encounter, and how did you overcome them?I encountered a series of challenges: 1.Writing core logic for correct and incorrect option 2.displaying correct score 3.CSS for dark mode 4.responsive code
What specific areas of your project would you like help with?Please help me with CSS of options in darkmode and responsiveness in small devices.
Community feedback
- P@toshirokubotaPosted about 1 month ago
Hi great job completing the project. I just finished this myself and it was a lot of work. I did not find any glitches on the app. One comment about the styling is that on a mobile view, fonts are quite large for the view port and as a result, buttons are pushed down. I have to scroll down to submit. So I would adjust font sizes for the mobile view so that everything fits concisely. For the javascript side, I see many querySelector() and querySelectorAll() inside callbacks. This can slow down the app. I would pre-select some essential elements beforehand and save them in variables so that you do not have to query them every time you need them.
Good luck!
0
Please log in to post a comment
Log in with GitHubJoin 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