Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.1 KB

Day Planner

This web application is an hourly planner that allows the user to plan out their 9-5 work day by the hour.

Notes example

Use

Upon navigating to the page, each hour block is color coded to indicate past, present, and future according to when the user is accessing the app. Users are only able to edit hour blocks for their current hour or later. The user can save the contents of each input field with the save/lock button on the right side of its hour block, which saves them to local storage so they will still be there even if the user refreshes the page.

Installation Instructions

These instructions will walk you through how to run this web application locally.

First you will need to clone the repository to your local machine

https://github.com/ashlinhanson/dayPlanner.git

Once it is cloned, you can open it in your preferred brower and begin planning your work day.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • JQuery
  • Bootstrap
  • Moment.js
  • Local Storage