Responsive Dashboard with dark theme toogle using PURE JS and CSS

Solution retrospective
Hello guys,
I hope that you like my solution by the way, what is your opinion about the responsivity ?
And about the method that I used to apply the dark mode toggle, can you see any bug ?
I am open to suggestions, if you have anyone please make one commentary!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Yemisrach15
Hi Felipe, responsiveness is well done. Few things I suggest you do,
- You should include the overview section inside
main
- Change the text dark mode to light mode or vice versa when checkbox is toggled.
- Input elements should have an associated label with discernible text for visually impaired users. Have a sr-only (screen reader only) text hidden from view but available to screen readers. The text could be something like Toggle mode.
- The social media icons here have meanings and are not only for decoration so, they should have non-empty
alt
attributes that describe them.
Congrats! No bugs in the method for dark mode toggle.
Marked as helpful - You should include the overview section inside
Join 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