Work Day Scheduler
This JavaScript challenge is a simple calendar application that allows a user to save events for each hour of the day. This app will run in the browser and feature dynamically updated HTML and CSS powered by jQuery. It showcases my skills and talents in the development of JavaScript code using JQuery and Moment.js library.
It displays the current day at the top of the calender when a user opens the planner. Then, it will present time-blocks for standard business hours when the user scrolls down. It also provides a color-code feature for each time-block based on past, present, and future when the time-block is viewed. Finally, it allow a user to enter an event when they click a time-block and save the event in the local storage when the save button is clicked in that time-block, this information will persist between refreshes of a page.
- JavaScript
- HTML
- CSS
- jQuery
- Moment.js library
- Project URL: https://github.com/smguerra/work-day-scheduler
- Live Site URL: https://smguerra.github.io/work-day-scheduler/
Sandra Guerra
© 2022 edX Boot Camps LLC. Confidential and Proprietary. All Rights Reserved.