Submitted about 3 years ago
I built this project with HTML, CSS & JavaScript.
@ahmed520b
Design comparison
SolutionDesign
Solution retrospective
Hey there!
I would appreciate it if you help me refactor my code and also point out my mistakes.
One of the problems I faced was fetching the data from the local JSON file, so I ended up copying the data and store in a variable inside my JS file.
Community feedback
- @bawalidPosted about 3 years ago
Hey, good job finishing the challenge. To fetch json data in Js, you can use: fetch(….) .then { } .catch { }
You can find many useful tutorials on using this method. Also you are welcome to check my solution: https://github.com/bawalid/Time-tracking-dashboard
Marked as helpful2@ahmed520bPosted about 3 years ago@bawalid Thank you Mr. Walid!
Yeah sure I'm gonna check it out!
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