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://www.frontendmentor.io
- Live Site URL: https://larkl.github.io/fm-time-tracking/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Javascript event and element creation
-
Practiced Javascript element creation and decided to update values when selecting frequnecy instead of create and delete elements each time. To check the effects of the tasks, I created a mock version in html for the first task to try possible structure of that component and its styling.
-
I also practiced Grid layouts areas with responsiveness.