Time Tracking Dashboard with Tailwind and JS

Solution retrospective
I am really glad that I could make the UI almost like the design and could make the data handling work using JS. However, I think there are more efficient ways to deal with the data and I want to use better ways in future.
What challenges did you encounter, and how did you overcome them?The async behaviour of the fetch function confused me a bit. However after some thought and reading the recommended docs I could solve it.
What specific areas of your project would you like help with?I really need feedback on my JS.
As I am new to JS, it would be very helpful if you kindly review my code and suggest me better ways to solve the same problem.
Feedback on my use of tailwind will also be appreciated a lot.
Thanks in advance.Please log in to post a comment
Log in with GitHubCommunity feedback
- P@reviken
The content can be centered by setting up the <body> element as a 1x1 CSS grid and using its alignment tools, along with setting the max-width of the single cell containing the content.
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