Design comparison
Solution retrospective
I modified submission to make it my own, uses my own information and profile picture. I also added a dark-light theme switch feature. Although the code implementation for the theme switch could be improved to be more modular.
What challenges did you encounter, and how did you overcome them?Implementing my own features, in this case the theme switching feature. It's just about persistence of trial-error and google search / asking AI.
What specific areas of your project would you like help with?Good practices on how I can organize my css code for attributes that belong to dark mode and light mode in a way to reduce code duplication.
Community feedback
- @LombardimnPosted about 1 month ago
It's excellent that you personalized the project by using your own information and photo, and that you also added a dark-light theme switch. This shows initiative and creativity. Next time, you could simplify the code related to the theme switch. Instead of adding so many classes for each component, you could control the theme by applying a general change to the whole site, which would make the code cleaner and easier to maintain. It's a simple improvement that would have a big impact!
I hope you continue to grow as a developer!
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