Time tracking dashboard built with react

Solution retrospective
This is my second react application, any feedback is welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @emestabillo
Hey Haris, congrats on your submission! Just going to quickly comment on the UI. I think the component would look better centered on the viewport on desktop. If you remove the margins and hardcoded widths on
.profile
and.dashboard
, and then use flexbox +min-height: 100vh
onbody
, it would sit evenly in the middle. Great work overall :-)Marked as helpful
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