Time Tracking Dashboard with typescript and grid

Solution retrospective
Please comment on my typescript and code logic.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ronaldyonggi
Looks amazing!
In terms of codebase, I'd say it's a good idea to separate your code to components in different files (for example, one component for the profile card, and a reusable component for the activity card). It's also a good idea to keep all your type definition in a separate file instead of altogether in index.ts.
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