Responsive Time Tracking Dashboard

Solution retrospective
I'm most proud of how efficiently I completed this challenge. I can see my skills improving with each project, and this one really helped me refine my approach. I tried my best to follow best practices while writing the code and learned a lot in the process. Here are a few things I focused on:
- Using Semantic HTML Tags for better structure and accessibility.
- Working with CSS Grid Layout to create a structured and responsive design.
- Debugging issues related to Vite build and public assets, which helped me understand how asset handling works in a production environment.
One challenge I ran into was working with JSON data since I hadn’t used it in a while. This project was a great refresher, helping me understand how to fetch and use it properly.
Another issue was some assets not showing up after building with Vite. At first, it was a bit confusing, but I learned that moving the JSON file to the public
folder solved the problem. Now I have a much better understanding of how Vite handles assets!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on AnshShrivastava70'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