This project uses local storage to create a daily planner. The page utilises JavaScript to dynamically create the table of hours. The tasks are stored in an array of objects which is then saved to local storage. The current time is highlighted red to focus the user's attention to the tasks at hand. Previous time blocks are grey, and future time blocks are green. The end of the workday, all time blocks will be grey. Before work hours the time blocks will be green.
This project is deployed using GitHub pages at https://josephdaw.github.io/workday-planner/.
AS AN employee with a busy schedule
I WANT to add important events to a daily planner
SO THAT I can manage my time effectively
The following animation demonstrates the application functionality:
- This user story is part of the Adelaide University Coding Boot Camp.
- I used this Stack Overflow Thread to assist me in updating my objects stored in the local storage array.
This project is released under the MIT License