https://github.com/archana-nagaraj/work-day-scheduler
A simple calendar application that allows the user to save events for each hour of the day.
https://github.com/archana-nagaraj/work-day-scheduler
bootstrap css html5 javascript jquery momentjs
Last synced: 3 months ago
JSON representation
A simple calendar application that allows the user to save events for each hour of the day.
- Host: GitHub
- URL: https://github.com/archana-nagaraj/work-day-scheduler
- Owner: archana-nagaraj
- Created: 2020-12-28T14:22:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T16:43:31.000Z (over 5 years ago)
- Last Synced: 2026-01-03T22:29:02.855Z (6 months ago)
- Topics: bootstrap, css, html5, javascript, jquery, momentjs
- Language: HTML
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Work Day Scheduler
#### Version 1.0
### Description:
Simple calendar application that allows the user to save events for each work hour of the day.
### Languages used:
- HTML
- CSS
- JavaScript
### Other technologies used:
- jQuery
- Bootstrap
- moment.js
### First glance of the app:

### Usage:
1. Application is loaded with app name, app description and the current day in the top most section.
2. Below is the scheduler loaded with time blocks representing the standard buisness work hours.
3. Each timeblock indicates the work hour form 8 AM to 5 PM
4. Each time block is indicated with color - Green (future),Grey (past) and Orange (present).
5. The app compares the current system hour with the time block hour and styles accordingly.
6. User can enter the event in the text area of the time block and hit the save button.
7. The text entered and the time is stored in the local storage.
8. The stored event is retrieved and displayed on the page everytime user refreshes the browser page.
9. A set Interval is set to run every 15 sec to check for the latest hour.
10. This app will run in the **browser** - Mozilla, Chrome and Safari.
### Hosted here:
https://archana-nagaraj.github.io/Work-Day-Scheduler/