anud22 / workdayScheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workday Scheduler

The project creates a simple calendar application that allows a user to save events for each hour of the day



Table Of Contents



Description

Workday Scheduler - allows a user to save/update or delete events for each hour of the day. This app will run in the browser and will feature dynamically updated HTML and CSS powered by JavaScript code

Tasks Completed

Refactored code by accomplishing following tasks -

  • Added Javascript methods to save/update or delete events to and from local storage
  • The hours of calendar are color coded depending on if the hour is current, past or in future
  • Added Javascript methods to alert user when event is saved
  • Used bootsrap library for collection of CSS and JavaScript components for creating responsive webapp.
  • Tested positive, negative use cases

Deployment Links

Link of Deployed app

Video

Workday Calculator

References

msdn web docs
w3 web docs

About

License:MIT License


Languages

Language:HTML 49.8%Language:JavaScript 40.8%Language:CSS 9.3%