/Day_Planner

Track your schedule and make sure you are keeping up with your day in this easy-to-use planner, built with Javascript & Moment.js.

Primary LanguageHTML

Day_Planner

A simple calendar application for daily schedule planning and tracking

LINK to view project page.

Table of Contents

  1. About this project
  2. Languages Used
  3. Installation
  4. Future Updates
  5. Contributing
  6. Acknowledgements

About This Project

Click to enter tasks for each hour of the work day. The input will be saved to local storage, should the user close out of or lose ther webpage. The time blocks are color coded to highlight the current hour, and to represent time that has passed, and availble hours left in the day.

Languages Used

Powered by:

  • Javascript
  • Moment.js

Styled with minimal:

  • Bootstrap
  • HTML
  • CSS

Installation

You will only need an active browser to view this portfolio correctly. No installations requried!

  • Unless you do not have Chrome 👍

Contributing

Feel free to fork this repository, and open a pull request to suggest changes.

Acknowledgements

Article on local storage I used for .each() inspiration:
https://stackoverflow.com/questions/27273444/save-and-load-input-values-using-local-storage/27273657

And another I read to help woth moment formatting:
https://stackoverflow.com/questions/25734743/how-to-return-the-current-timestamp-with-moment-js

Rutgers Coding Bootcamp, July 2020