Responsive extensions app with dark/light mode

Solution retrospective
storing extenstions in local storage so user can be able to remove and toggle the active states and navigate through active state. Note : all default extensions come back to the back after reload the page
What specific areas of your project would you like help with?any reviews are welcome thanks in advance
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarziaJalili
That’s an A game build, no cap! 👑
🌟 A quick note on HTML?
✅ If the <button> element doesn’t contain visible text or a discernible label (in this case an icon-only button), then you should provide an aria-label or similar accessible attribute, bro.
✅ This is best practice because the screen readers can convey the buttons’ purpose.
✅ For example, you could set it like this:
<button aria-label=“Toggle the dark mode”> <img src={} alt="" /> </button>
Other than that, the web’s lit!
🔥🔥🔥
Marked as helpful
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