JoelDore / Daily-Planner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Planner


A responsive daily calendar app for scheduling your workday

Demo

Currently deployed at GitHub Pages


Features

  • Color-coded time blocks distinguish past, in-progress, and upcoming events
  • App uses uses Moment.js to automatically update with accurate time & date
  • Easily save events to local storage for future access

Reflection

  • Working with Moment.js was simpler than JavaScript date methods, but in the future I may look into modern alternatives (e.g. Day.js).
  • The condensed format of jQuery allowed me to better organize logic and build the desired functionality more quickly than vanilla JavaScript

Future Development

  • Expand calendar functionality to allow scheduling events for future dates

License

This project is MIT licensed.
© 2020 Joel Dore



githublinkedinBuy Me A Coffee

About

License:MIT License


Languages

Language:HTML 52.8%Language:JavaScript 27.0%Language:CSS 20.2%