A simple calendar application that allows a user to save events for each business hour of the day.
This app will run in the browser and feature dynamically updated HTML and CSS powered by jQuery.
https://scottskinn.github.io/Work-Day-Scheduler/
Clone the repository from github, then from the terminal run *npm install*
Click on the text area to add your task for that hour. Then press the save button to the right.
Each time block is color-coded to indicate whether it is in the past(gray), present(red), or future(green).
Feel free to make any suggestions on how to make this better.