Time tracking dashboard with HTML, CSS and JavaScript

Solution retrospective
- Can build a neat HTML structure, and use CSS grid feature to overlap content
- Know how to import data, build function and use string literal in JavaScript
- Most of the challenges that I faced come from layout (like how to use grid for this, how to overlap the image, etc...)
- One more problem is from import data to use:
import data from './data.json' with { type: 'json' }
This is the easiest way to import data and works fine on Chrome, Edge and Opera, but Firefox does not support it.
What specific areas of your project would you like help with?Is there a way to load data in JavaScript easier and all browsers can work well on?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Sudhanshu943
very nice.
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