Skip to content

kevkouadio/KK-Day-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework 05 APIs: Work Day Scheduler

Click on the following link to get to the application: 'Password-Generator GitHub IO'

Summary

Simple calendar application that allows the user to save events for each hour of a working day. The app runs in the browser and feature dynamically updated HTML and CSS powered by jQuery.

The app uses Moment.js library to work with date and time.

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

## Application features

WHEN opened,
The current day is displayed at the top of the calendar.
WHEN the user scrolls down,
Timeblocks for standard business hours are presented,
Each timeblock is color coded to indicate whether it is in the past(gray), present(red), or future(green).
WHEN the user clicks into a timeblock,
He can enter an event.
WHEN he clicks the save button for that timeblock,
The text for that event is saved in local storage.
WHEN the user refresh the page,
The saved events doesn't disappear.

Here is a screenshot of the application functionality:

day planner demo