Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaitherdb/work-day-scheduler
This web application presents a day planner in which a user can create plans for each business hour and save them
https://github.com/gaitherdb/work-day-scheduler
bootstrap jquery localstorage momentjs
Last synced: 11 days ago
JSON representation
This web application presents a day planner in which a user can create plans for each business hour and save them
- Host: GitHub
- URL: https://github.com/gaitherdb/work-day-scheduler
- Owner: Gaitherdb
- License: mit
- Created: 2021-06-24T19:16:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T01:27:28.000Z (over 3 years ago)
- Last Synced: 2024-12-04T10:12:01.367Z (2 months ago)
- Topics: bootstrap, jquery, localstorage, momentjs
- Language: JavaScript
- Homepage:
- Size: 953 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Work Day Scheduler
This web application presents a day planner in which a user can create plans for each business hour and save them.
## Functionality
* Current day is displayed at top of webpage
* Timeblocks are presented for standard business hours
* Each timeblock is color coded indicating if it's in the past, present or future
* Timeblocks are editable to add planned events
* Clicking the save button saves the respectful event to local storage
* All added text is saved even after browser is closed## Additional Info
![image](./Assets/WorkDayScheduler1.png)
Deployed [Work Day Scheduler](https://gaitherdb.github.io/Work-Day-Scheduler/) site on Github.
This application makes use of Bootstrap's CSS, FontAwesome's save icon, Google Font's Open Sans font, Moment.js' library to work with date & time, and jQuery's library for querying the HTML & CSS in Javascript.
**Version 1.0**