An open API service indexing awesome lists of open source software.

https://github.com/fdeaquino/workday-scheduler


https://github.com/fdeaquino/workday-scheduler

Last synced: 4 months ago
JSON representation

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
![Screenshot](./assets/images/Workday-Scheduler-Screenshot.png)

## Deployed Site
[Workday Scheduler](https://fdeaquino.github.io/workday-scheduler/)

## Contribution
Made with ❤️ by Fidel Deaquino