Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 637 Bytes

File metadata and controls

10 lines (6 loc) · 637 Bytes

Work Day Scheduler

This is a simple calendar application that allows users to save events for each hour of the day. The page structure and styling was provided in the starter code which can be found here.

Events can be saved to local storage, and will persist even if the page is closed and reopened. Events are also color coded based on if the given hour is in the past, present, or future.

Deployed site is viewable here. Enjoy!