Design comparison
Solution retrospective
Very interesting task, I decided to do it with REACT. Difficulties arose when creating a dark theme. I'm waiting for your feedback
Community feedback
- @Itskrish01Posted over 1 year ago
The UI/UX is fantastic and I'm really enjoying it. However, instead of using ternary conditions throughout the code for the theme colors, which can be confusing, you might want to consider using Tailwind CSS for the dark mode colors. It's totally up to you, of course, and if you find the ternary conditions easier to work with, that's fine. Additionally, you could choose to store the user's preferred theme mode in Local Storage so that they don't have to switch to dark mode every time they use the app.
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