Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.58 KB

File metadata and controls

42 lines (29 loc) · 1.58 KB

Work Day Scheduler

Description

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.

Link

https://habibstackz.github.io/Daily-Planner-App/

Getting Started

  1. Clone this repository to your local machine.
  2. Open the index.html file in your web browser.
  3. Alternatively, click the link above to visit the deployed page.

Features

  • 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.

Screenshots

dailyplanner homepage daily planner local

Technologies Used

  • HTML
  • CSS
  • JavaScript (jQuery)
  • Day.js library
  • Bootstrap

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Special thanks to Day.js for providing date and time functionality. Icons provided by Font Awesome.