BohdiCave / Daily-Scheduler

This application is a product of an exercise in handling jQuery API and other JS libraries to create a dynamic and interactive daily scheduler.

Home Page:https://bohdicave.github.io/Daily-Scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily-Scheduler

This application is a product of an exercise in handling jQuery API and other JS libraries to create a dynamic and interactive daily scheduler.

Some of the basic features:

  • Each hour has a dedicated time slot, where any text may be entered and saved by clicking a button to the right of each time slot.
  • Reloading the page does not affect the tasks saved on the schedule for that day - all tasks persist.
  • A finished application resets itself on each new date and erases any data stored the previous day.

On the technical side:

  • Most of the HTML is created dynamically via jQuery API and utilizing Moment.js to manipulate time.
  • In addition to the above, the dynamic CSS code is powered by Bootstrap, FontAwesome icon library, and Google fonts.
  • The schedule data is stored and retrieved using localStorage functionality.

Link to the finished application:

Daily Scheduler

Credits

The background image is a 16th century print that is in the public domain.

Image source: Rijksmuseum

"Narrendans (Stultorum chorea)" (dated 1560/70) by Frans Hogenberg.

Screenshots

Daily Scheduler, 1st

Daily Scheduler, 2nd

About

This application is a product of an exercise in handling jQuery API and other JS libraries to create a dynamic and interactive daily scheduler.

https://bohdicave.github.io/Daily-Scheduler

License:Mozilla Public License 2.0


Languages

Language:JavaScript 40.9%Language:CSS 34.4%Language:HTML 24.7%