Time Tracking Dashboard using React.js and Sass

Solution retrospective
I really enjoyed building this project. The only problem which i encountred was that the background color of activity box in the bottom left and right corner was "overflowing". I looked it up on google and people said that it was due to the way that the site is rendering. I managed to fix it by applying linear-gradient, where from the bottom comes that dark blue color and then the color which belongs to the category. I am open to any suggestions. Thank you!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @aweliego
Wow! Nice solution! I also used React in this project so I was curious to see how others completed it with React. It's funny how it's totally different than my solution but I kind of like that it's compact and efficient. The way you rendered the stats dynamically is great. The SCSS looks pretty good too, I would have never though of using a linear-gradient for setting the background icon. For all these reasons, bookmarking your solution :)
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