Workday Planner JS is a small program to help organize your workday. It creates time-blocks from 9am-5pm and saves the text you enter to localStorage.
If the time has passed, then the time-block will be grey. The time block will turn red when the current hour matches the correct time-block. The time block will be green when the time-block is in the future.
Install the code by either downloading the source files manually, or by using 'git clone'.
git clone https://github.com/blockdoyle/work-planner-js.gitTo view the webpage, either double-click the 'index.html' file, open a live server using Visual Studio Code, or add the files to your Apache HTTP server.
