Design comparison
Solution retrospective
I really liked the dark mode design that was given for this challenge, so I am most proud of being able to implement that.
Next time, I will hide HTML elements using display: none, as opposed to visibility: hidden; this prevents the HTML element from taking up space on the page despite being hidden. This is something I learned during this challenge.
What challenges did you encounter, and how did you overcome them?A challenge I encountered was how to store the state of the feedback so that when the user submits it, it is persisted into the next part of the feedback modal. I overcame it by searching how to store state for small apps like these and landed on using the browser'slocal storage.
What specific areas of your project would you like help with?I look forward to any feedback or criticisms. I would like to improve.
Community feedback
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