This is a daily planner application that allows users to add and manage their daily schedule effectively. The application provides timeblocks for standard business hours and color codes each timeblock to indicate whether it is in the past, present, or future. Users can enter events into each timeblock and save the text for each event in local storage, which persists even when the page is refreshed.
No installation is required for this project.
To use the application, simply click into the timeblock for the corresponding hour you want to add an event to. Type in your event and click the save button to save the text for that event in local storage. The text will persist even when you refresh the page.
This application was developed by Joel Cupeles.
This project is licensed under the MIT License.
- A current day display at the top of the calendar
- Timeblocks for standard business hours (9AM-5PM)
- Each timeblock is color-coded to indicate whether it is in the past, present, or future
- The ability to enter events by clicking into a timeblock
- The ability to save events using the save button
- Local storage to persist saved events after refreshing the page