For this application I had to create a functioning daily schedule tool. I added time blocks in the HTML code to create the layout for the calender and created specific ID's for each time block. Using javascript and jquery I then created a functioning save button and textbox that recorded the text the user inputs for each hour on the schedule. With the local storage code in the .js file, the user's data persists through accessing the console's local storage. I also created a currentTime function that accesses the current time (updated every second). With the currentTime function the schedule highlights red for the current hour, green for the next hour, and grey for the past hour(s).

Live Link: https://jhuynh24.github.io/third_party_APIs/

screenshot