Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.03 KB

Work Day Scheduler

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

Link to Deployed App.

Description

A daily planner to create a schedule. Open the planner to see current day is displayed at the top of the calendar Scroll down to see time blocks for hours of the day. Each time block is color-coded to indicate whether it is in the past, present, or future Click into a time block to enter an event. Click the save button for that time block. That event can be saved in local storage. When the page is refreshed the saved events persist in local storage.

Screenshots

Screenshot 2

Screen Shot 2022-09-07 at 12 01 18 PM