For training use only. Do not use in production. No warranty.
This is a solution to the Time tracking dashboard challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Switch between viewing Daily, Weekly, and Monthly stats
- Solution URL: https://github.com/vanhog/time-tracking-dashboard
- Live Site URL: https://time-tracking-dashboard-cmpt.netlify.app/](https://time-tracking-dashboard-cmpt.netlify.app/)
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Tailwindcss - CSS utility framework
I learned how to "instruction-based" popolate the DOM. This took me quite some time because it was necessary to combine design and program logic in one step, what did not work out quite well. For the next projects I'll separate the data and structure more clearly from the rendering
Refabric the rendering to separate it from the data and program logic.
- Website - Dieter H. Hoogestraat (Dee)
- Frontend Mentor - @vanhog