https://github.com/jay1194/work-day-scheduler
This browser-based calendar app allows users to schedule hourly events, using color-coded time slots to indicate past, present, and future events. It utilizes jQuery for dynamic updates, offering a clear and intuitive interface.
https://github.com/jay1194/work-day-scheduler
bootstrap css javascript jquery server-side-api web-api
Last synced: 3 months ago
JSON representation
This browser-based calendar app allows users to schedule hourly events, using color-coded time slots to indicate past, present, and future events. It utilizes jQuery for dynamic updates, offering a clear and intuitive interface.
- Host: GitHub
- URL: https://github.com/jay1194/work-day-scheduler
- Owner: Jay1194
- Created: 2023-08-03T19:08:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T05:38:11.000Z (about 1 year ago)
- Last Synced: 2024-04-21T06:28:48.802Z (about 1 year ago)
- Topics: bootstrap, css, javascript, jquery, server-side-api, web-api
- Language: HTML
- Homepage: https://jay1194.github.io/Work-Day-Scheduler/
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Work-Day-Scheduler
## Description
I've developed a user-friendly calendar app that lets you save events for each hour of the day. The app is browser-based and uses jQuery for dynamic updates. Notably, the time slots are color-coded to indicate whether they are in the past, present, or future. This makes it easy to quickly understand the timing of your events at a glance.## Mock up
## Deployment
* Application Deployment URL - https://jay1194.github.io/Work-Day-Scheduler/
* GitHub Repository - https://github.com/Jay1194/Work-Day-Scheduler