Skip to content

This application displays the current day and time-blocks labeled for the past, current, and future time. The user is able to fill in the calendar and the application will save these entries using local storage.

License

Notifications You must be signed in to change notification settings

micheqn3/work-day-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Work Day Scheduler

This repository contains a work day scheduler that displays the current date, time, and allows the user to enter items into time blocks for 10AM- 6PM.

This repository contains:

  • index.html- This file contains the layout of the calendar. It displays the time blocks for the day and is styled with Bootstrap.

  • script.js- This file contains JS code that targets the 'save' button and stores the user input into local storage. When the page is loaded, the script will automatically show the items saved into the calendar.

  • moment.js- This file contains JS code and uses Moment.js to display the current date and time to the user. It also colors the time blocks based on the current time.

  • style.css- This file provides additional styling to the page, including an animated gradient background.

  • reset.css- This file will force every browser to have all of its styles reset to null.

Technologies/Languages used:

  • JavaScript
  • Moment.js
  • jQuery
  • Bootstrap

To execute the file:

  • Open in browser

Link to deployed application

https://micheqn3.github.io/work-day-scheduler/

Screenshot of deployed application

Screenshot

License License: MIT

MIT

About

This application displays the current day and time-blocks labeled for the past, current, and future time. The user is able to fill in the calendar and the application will save these entries using local storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages