Auralise / Workday-Scheduler

A workday scheduler built using jQuery and Moment.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workday Scheduler

Bootcamp Week 5 - jQuery and Bootstrap powered Day planner

Purpose

This is a workday scheduler program designed to allow you to create items that are saved for each hour period of the working day (9am-5pm). When the save button is clicked, it saves the entries in a time segment to local storage allowing for the retreival when the page is loaded again.

The application will also highlight the current time segment in Red and colour the future segments with Green and the past segments with Grey.

It also utilises moment.js to handle dates and times.

Built with

  • HTML
  • CSS
  • jQuery
  • Bootstrap CSS

Live Site

https://auralise.github.io/Workday-Scheduler/

image

Contributions & Attribution

All of the code in this project was written by James Prince.

About

A workday scheduler built using jQuery and Moment.js


Languages

Language:HTML 46.0%Language:JavaScript 40.8%Language:CSS 13.2%