Submitted about 12 hours ago
Time tracking dashboard using fetch and JS for dynamic rendering
@hellcsaba
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
At first I hardcoded the activities in my HTML. After that I updated the project using fetchAPI to retrieve data.json then I populated the DOM with the activities using JavaScript.
What challenges did you encounter, and how did you overcome them?In the data.json
the Self Care title
is more than one word so I couldn't call directly the toLowerCase
function to convert the title for the proper class names. I solved it by introducing a function that changes the whitespaces for -
characters .
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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