Skip to content

JonathanFadera/work_day_scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

05 Third-Party APIs: Work Day Scheduler

Overview

Create a simple calendar application that allows a user to save events for each hour of the day by modifying starter code. This app will run in the browser and feature dynamically updated HTML and CSS powered by jQuery.

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

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

Mock Up

The following screenshot demonstrates the application functionality:

A user clicks on slots on the color-coded calendar and edits the events.

Credits

https://wallpapercave.com/w/uwp1016486 - background image

https://releases.jquery.com/jquery/ - jQuery versions

https://cdnjs.com/libraries/moment.js - Parse, validate, manipulate, and display dates

https://www.w3schools.com/bootstrap/bootstrap_jumbotron_header.asp - indicates a big box for calling extra attention to some special content or information.

https://ucb.bootcampcontent.com/UCB-Coding-Bootcamp/UCB-VIRT-FSF-PT-01-2023-U-LOLC/-/tree/main/Week_05-Third-Party-APIs/01-Activities - week 5 class modules activities

Deployed Application Link

https://jonathanfadera.github.io/work_day_scheduler/


© 2023 edX Boot Camps LLC. Confidential and Proprietary. All Rights Reserved.