Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 4 months ago

Time tracking dashboard

accessibility
Gustavo Gutiérrez•420
@gustavo2023
A solution to the Time tracking dashboard challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm proud that I was able to implement the HTML structure and the CSS styling very easily. Using the different properties of Flexbox and CSS Grid allowed me to structure the layout as I wanted for different screen sizes. I also came up with the JavaScript functionality quite fast, I didn't have much trouble figuring out how to make the project work as it is supposed to. Next time I would like to work with async/await.

What challenges did you encounter, and how did you overcome them?

The first challenge I encountered was to position the elements according to the design for the different screen sizes. I solved this by taking advantage of the grid-template-areas property. This allowed me to position the elements exactly in the space I wanted them to be. The second challenge was on how to populate the DOM. I solved this by, after fetching the data I would loop through the DOM elements and the data to assign the correct value to the correct element.

What specific areas of your project would you like help with?
  • Suggestions on how I can improve the accessibility or the HTML in general.
  • Better practices or ways to improve the CSS code.
  • Any mistakes I might have overlooked.
Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Gustavo Gutiérrez'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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License