Work Day Scheduler is a simple calendar app designed to help users manage their daily schedule effectively. It provides a user-friendly interface for adding and saving important events throughout the workday. The application utilizes the Day.js library for handling date and time functionality and jQuery for dynamic HTML and CSS updates.
https://habibstackz.github.io/Daily-Planner-App/
- Clone this repository to your local machine.
- Open the
index.htmlfile in your web browser. - Alternatively, click the link above to visit the deployed page.
- Display the current day at the top of the calendar when a user opens the planner.
- Present time blocks for standard business hours with color-coded indicators for past, present, and future events.
- Allow users to enter events for each hour by clicking on the corresponding time block.
- Save entered events to local storage when the "Save" button is clicked.
- Persist events between page refreshes.
- HTML
- CSS
- JavaScript (jQuery)
- Day.js library
- Bootstrap
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to Day.js for providing date and time functionality. Icons provided by Font Awesome.

