
Time tracking dashboard with tailwindcss
Design comparison
Solution retrospective
I’m most proud of successfully using JavaScript to dynamically update the DOM based on fetched data. This project allowed me to enhance user interactions with features like time-based data updates and button styling.
Next time, I’d focus on making my code more modular and avoid repeating card elements to improve maintainability.
What challenges did you encounter, and how did you overcome them?A key challenge was ensuring the correct data displayed for each timeframe. I resolved this by mapping the timeframe values and using forEach() to update the cards.
Another challenge was handling asynchronous data fetching. I used the DOMContentLoaded event to ensure the data was fetched before rendering the UI.
What specific areas of your project would you like help with?I’d appreciate any feedback on how to improve the project.
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