An app that plans
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
Acceptance Criteria
#For this challenge, we had to complete the following tasks:
Display the current day at the top of the calendar when a user opens the planner. - done
Present timeblocks for standard business hours when the user scrolls down. - done
Color-code each timeblock based on past, present, and future when the timeblock is viewed. - done
Allow a user to enter an event when they click a timeblock. - done
Save the event in local storage when the save button is clicked in that timeblock. - will comeback to it
Persist events between refreshes of a page. - will have to come back to it
https://tezeroth.github.io/PlannerApp/