Responsive timeTrackingDashboard using Mostly js and also html and css

Solution retrospective
Responsive time-Tracking-Dashboard using Mostly js and also html and css
Please log in to post a comment
Log in with GitHubCommunity feedback
- @CodeVee
@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
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