Hourly day planner application
A simple daily planner application that allows the user to schedule events hourly. The current date and time are displayed using JavaScript date methods. The planner timeblocks are dynamically created using template literals. This application features day and night CSS styling which can be changed by clicking the “Change Planner Style” button.
Published URL: https://spencercreer.github.io/day_planner/
Repository: https://github.com/spencercreer/day_planner
The following animation demonstrates the application functionality:
The user may enter events within each text area and save them by clicking the cooresponding save button. When the user clicks the save button, the contents of the text area are stored to local storage. The contents of local storage are recalled to each text area when the application is refreshed.
Please submit a PR if you would like to contribute.
This project is licensed under the MIT license.
For questions or comments, please contact me.
Email: spencercreer@gmail.com" target="_blank">spencercreer@gmail.com
GitHub: spencercreer