05 Third-Party APIs: Work Day Scheduler

A simple calendar application that allows the user to save events for each hour of the day.This app runs in the browser and feature dynamically updated HTML and CSS powered by jQuery.

User Story

AS AN employee with a busy schedule I WANT to add important events to a daily planner SO THAT I can manage my time effectively

Description

When I open the planner, the current day is displayed at the top of the calendar.Next, when I scroll down, I am presented with timeblocks for standard business hours.Later, I view the timeblocks for that day,and each timeblock is color coded to indicate whether it is in the past, present, or future.So, when I click into a timeblock ,I can enter an event.Then,I click the save button for that timeblock and the text for that event is saved in local storage.Last, I refresh the page and the saved events persist.