Skip to content

AmikerB/Work-Day-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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