@naser23
Posted
(https://github.com/naser23/time-tracking-dashboard/blob/main/main.js) around line 23 of the js file above I used a fetch request to get data converted to json text. after that point you should see an array of 6 objects. the second chain (.then) that you see is me looping through that array so I can get the info inside of each point. after that I just took the data and used it to update the textContent of certain elements.
Marked as helpful
@Duyen-codes
Posted
@naser23 Thanks for sharing! I think displaying each piece of data to html elements remains the block for me. Maybe I'll come back to this challenge later. I really appreciate your help.