Submitted over 2 years ago
Responsive timeTrackingDashboard using Mostly js and also html and css
@cluod-Alfakhre
Design comparison
SolutionDesign
Solution retrospective
Responsive time-Tracking-Dashboard using Mostly js and also html and css
Community feedback
- @CodeVeePosted over 2 years ago
@cluod-Alfakhre Great job on this. A few things I might suggest adjusting
- The active button does not change once selected.
- There is no need for padding on the main hours
- Your variables were declared with
let
. Useconst
since they are never reassigned. - The casing for some of your text is mixed up.
- The background color for the profile card is different
1
Please log in to post a comment
Log in with GitHubJoin 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