Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamcrownover/workday-scheduler
A day planner for busy employees broken down by hour time blocks
https://github.com/williamcrownover/workday-scheduler
bootstrap jquery json local-storage momentjs
Last synced: 3 days ago
JSON representation
A day planner for busy employees broken down by hour time blocks
- Host: GitHub
- URL: https://github.com/williamcrownover/workday-scheduler
- Owner: WilliamCrownover
- License: mit
- Created: 2021-06-04T22:59:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T04:00:15.000Z (about 3 years ago)
- Last Synced: 2023-07-31T08:50:07.892Z (over 1 year ago)
- Topics: bootstrap, jquery, json, local-storage, momentjs
- Language: JavaScript
- Homepage: https://williamcrownover.github.io/workday-scheduler/
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Work Day Scheduler
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Description
This web app is a helpful tool for those busy employees working the 9 to 5 shift. The app is designed to help keep the user organized and keep them on pace with their daily tasks. The website loads time block rows of each hour and the employee is able to save their notes for each hour to the page. The page can be reloaded and it pulls local storage to keep the information persistent between sessions. Moment.js was used as the time keeping API for this project which handles displaying the current date along with checking the current hour and updating the display to show what rows are in the past, present, or future. Bootstrap was also imported to the project to quickly use a grid layout for ease of development and responsive design. jQuery was loaded to use template literals to dynamically create the rows with their content to the page.
## User Story
```
AS AN employee with a busy schedule
I WANT to add important events to a daily planner
SO THAT I can manage my time effectively
```## Live Site
https://williamcrownover.github.io/workday-scheduler/
#### The hours update their color based on past, present, and future
![The work day schedular](./Assets/images/scheduleSample.jpg)## Technologies
- Moment.js
- Bootstrap
- jQuery## License
Licensed under the MIT License - https://opensource.org/licenses/MIT## Contact
If you have any questions you can email me at [email protected].
You can also check out my other work on GitHub at [WilliamCrownover](https://github.com/WilliamCrownover)