https://github.com/fdeaquino/workday-scheduler
https://github.com/fdeaquino/workday-scheduler
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fdeaquino/workday-scheduler
- Owner: fdeaquino
- Created: 2022-09-15T17:30:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T20:46:37.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T16:32:01.323Z (6 months ago)
- Language: HTML
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workday-scheduler
## Description/Purpose
An application that allows users to save events throughout standard business hours (9am - 5pm). User input saves to local storage.## Built With
* HTML
* CSS
* JavaScript
* jQuery
* Bootstrap
* Moment.js## Acceptance Criteria
```
GIVEN I am using a daily planner to create a schedule
WHEN I open the planner
THEN the current day is displayed at the top of the calendar
WHEN I scroll down
THEN I am presented with timeblocks for standard business hours
WHEN I view the timeblocks for that day
THEN each timeblock is color coded to indicate whether it is in the past, present, or future
WHEN I click into a timeblock
THEN I can enter an event
WHEN I click the save button for that timeblock
THEN the text for that event is saved in local storage
WHEN I refresh the page
THEN the saved events persist
```## Screenshot
## Deployed Site
[Workday Scheduler](https://fdeaquino.github.io/workday-scheduler/)## Contribution
Made with ❤️ by Fidel Deaquino