Browser extension managerui using Tailwind CSS and JavaScript

Solution retrospective
As a javascipt newbie, i was happy that i was able to make an exact replica of this using functions. i would try using classes next time.
What challenges did you encounter, and how did you overcome them?Using tailwind to toggle between themes, but i have learnt that now and i'll do better next time
What specific areas of your project would you like help with?I'm open to improvements or better way in which the code can be optimized
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarziaJalili
That's an A game build! 👑
🌟 A different logo for the dark mode?
✅ First, create a copy of the logo.svg and name it something like logo-dark.svg.
✅ Since it's an SVG image you can edit the color of it just by change the fill property of the <svg> element.
✅ To access the code (the <svg> code) open the file with a text editor. You could do it directly in VS Code too. Right click => Open with => Text Editor.
✅ Now change the fill attributes to your desired colors.
✅ And then life's easy, bro. Set a tirnery for the src attribute of the image to work responsively.
Keep being awesome! 💪😎🥇
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