Simple calendar Application that allows a user to save evnts for each hour of their work day. It runs in the browser and features dynamically updated HTML and CSS powered by jQuery.
N/A
- Use the appropriate package manager to install. git clone: https://github.com/BenRodwell/WorkDayScheduler.git
- This workday calendar display work hours of the day 9AM - 5PM.
- On the top of the page, current day and date is diplayed.
- Each time block is color coded to indicate whether it occurs in the past, present, or future.
- Each time block has an input field and save button where users can store their schedule.
- Once it saved, it will store in their local storage.
- This calendar is desktop and mobile compatible.
N/A
MIT License
N/A
- Current day and date is displayed
- Dynamically changing time blocks based on whether that time block is the past, present or future
- Input field in time blocks with save button
- Information within time blocks is saved to Local Storage
N/A
N/A