Github User Search App Responsive Solution
Design comparison
Solution retrospective
For the first time, I implemented dark mode in one of my applications. I'm happy to have achieved this. Additionally, I had the opportunity to work with APIs
. Although I still don't have much knowledge about APIs
, I will work to write better GET
and POST
requests next time.
At first, I didn't know how to add the dark and light theme feature. I was worried that this feature would be very challenging. However, I realized that I could create variables with CSS
. I created two classes called light-theme
and dark-theme
and defined my colors as variables within them. Then, I switched between these classes using a button, and the problem was solved.
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