Responsive time tracking dashboard using JSON JS HMTL SCSS
Design comparison
Solution retrospective
Second time working with promises and JSON file, this made me more confident but for some reason I can't manage to make the button works, but when I change the value of my variable in the js file the code is able to get the correct value. If anyone have any clue why it is not working feel free to tell me. The error I get in the console is : TypeError: NetworkError when attempting to fetch resource.
Update: thanks to slack community comeone told me that the error comes from html tag that I used for the button, indeed I used anchor link, combining anchor link with click event is not really possible, as page will reload each time we click on anchor link, so I switched tags to button and now it's working fine
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey good job completing this challenge, keep up the good work
Your solution looks great however I think the three circles within each card is a bit too small.
In terms of your accessibility issues, simply wrap all your content between
main
tagsI hope this helps
Cheers Happy coding š
0
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