Responsive page for activities time tracking with http connection

Solution retrospective
I use an online JSON server via site typicode.io to pull data from. To be able to use this site, I was forced to rework given JSON a bit because it has some limitations with amount of data. Here you may review it: https://my-json-server.typicode.com/olhachuryk-dev/time-tracker-db Also, I decided to build "activity items" dynamically in a cycle via JS so that I don't have 10 HTML lines being repeated 6 times in my index.html file. Aaaaand this is my first time using a grid layout and I am very pleased with the possibilities it provides🥳 Also, is there any way to hide the url for integration from the user?
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Olha's solution.
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