Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.55 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.55 KB

Work Day Scheduler

A simple Work Day Scheduler webpage created using jQuery. Webpage shows the current date with a grid below it. The grid displays sections from 9am to 5pm, a section for the users input and save buttons for each section.

Each section is color coded to indicate if that hour is in the past (grey), present (red) or future (green).

Once an activity is typed into the text box and the save button is clicked the activity is saved to the local storage along with the current date. A message will also appears at the top of the screen letting the user know their activity has been saved.

When it is a new day the activities will be cleared from the sections.

Screenshots

Screenshot of webpage on desktop:

alt text

Credit