A daily planner made using JavaScript, Bootstrap, and JQuery
lock forked from : https://codepen.io/skwintz/pen/GQgwbx
Using moment.js, local storage, and JavaScript logic, I created a daily planner which tracks to-dos for each hour of the day.
The user can input text into each block and lock in the text to save it into their local storage. Clicking the lock again will unlock it, deleting the text from their local storage.
..* Checking the time on the user's computer to manipulate data within my program.
..* Used a wide variety of JQuery methods for functionality within my code.
..* Functions allow us to create modules of code which can be reused throughout the program. Functions also help with organization and efficency from a UX perspective.
- Bootstrap - CSS Framework
- Flexbox - Resource used within Bootstrap
- Moment.js - Moment.js
- Lock - Lock icon and animation
- HTML
- CSS
- JavaScript
Deployed Webpage
https://astrobeef.github.io/05-day-planner/
https://getbootstrap.com/docs/4.1/getting-started/introduction/
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray