theadamhorn / scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduler

Description

This is a simple day planner to log workday activities. It is designed to display different colors based on what hour of the day it currently is. When events are in the future, the text box will be green. When it is the current hour, the text box will be a shade of red. When events are in the past, the text box will be gray.

Building this day planner was a project for a coding boot camp to develop skills with using JQuery, local storage, and preventing the page to return to default when refreshed so to keep entries in the text boxes unless cleared.

Link to Live Day Planner

Click here to access the Day Planner

Screenshot of Final Product

Screenshot of Day Planner

About


Languages

Language:JavaScript 56.9%Language:HTML 32.3%Language:CSS 10.8%