Skip to content

PhilC7/work-day-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Day Scheduler

A simple calendar that allows a user to save events for the working day.

The criteria for this is as follows:

  • Display the current day at the top of the calender when a user opens the planner.
  • Present time blocks for standard business hours when the user scrolls down.
  • Color-code each time block based on past, present, and future when the time block is viewed.
  • Allow a user to enter an event when they click a time block
  • Save the event in local storage when the save button is clicked in that time block.
  • Persist events between refreshes of a page

#Useage

The website can be accessed here.

To use the scheduler:

  • You must click onto a text area for the required hour.
  • Enter your text, then click the save button to the right.
  • Your data will be saved to your local storage until deleted.

This is how the page should look.

Before any input is given.

before

After saving your input.

after

Credits

Here are a few references that helped me to further understand localStorage, sort() method and how to add audio to the game.

Websites

Day.js MDN Local Storage

License

Please refer to the LICENSE in the repo.

About

A simple calendar that allows a user to save events for the working day.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published