Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Ahmed Abdulrazag• 100

    @ahmed520b

    Submitted

    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.

    @bawalid

    Posted

    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 helpful

    2