Submitted 9 months agoA solution to the Browser extension manager UI challenge
Responsive extensions list using CSS grid
react
@JSCHLTE

Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm most proud of doing this on my own. A little help from ChatGPT with build, deployment, and img pathing.
What challenges did you encounter, and how did you overcome them?On the dev build, the imgs worked fine. But when I deployed to GitHub Pages, I had to set the base URL in the Vite config. After that, I updated the img paths in data.json, but the old paths were still being used because they were cached in localStorage. That drove me crazy for about an hour until I finally realized it was just localStorage caching the old img paths.
What specific areas of your project would you like help with?Any feedback is always appreciated.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Jordan's solution.
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