/day-planner-app

A daily planner for the workers of the world.

Primary LanguageJavaScriptMIT LicenseMIT

PlanIt

This is a simple daily planner.

Table of contents

General info.

Upon accessing the applcation, the page will load. displaying the current date. Each hour is coded to change color depending on the time of day. Past hours are white, current hour is red, and future hours are green. The user is able to input tasks or reminders and once hitting the save button, any input will remain in the utilized space even once the page is refreshed.

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 time blocks for standard business hours
WHEN I view the time blocks for that day
THEN each time block is color-coded to indicate whether it is in the past, present, or future
WHEN I click into a time block
THEN I can enter an event
WHEN I click the save button for that time block
THEN the text for that event is saved in local storage
WHEN I refresh the page
THEN the saved events persist

Screenshots

landing-page planner

Demo

PlanIt Demo

Technologies

  • Bootstrap 4
  • Javascript
  • Jquery
  • Moment.js

Status

Project is: in progress

Contact

Email: sarah.l.demercurio@gmail.com

Link to deployed page: https://sdemercurio.github.io/PlanIt/