Skip to content

codeswitchstudio/day-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Day Planner

Description

This is a simple calendar application that allows a user to save events for each hour of the day by modifying starter code. This app will run in the browser and feature dynamically updated HTML and CSS powered by jQuery.

Usage

The app should:

  • Display the current day at the top of the calendar when a user opens the planner.
  • Present time blocks for standard business hours when the user scrolls down.
  • Color-code each time block based on past, present, and future when the time block is viewed.
  • Allow a user to enter an event when they click a time block
  • Save the event in local storage when the save button is clicked in that time block.
  • Persist events between refreshes of a page

Deployment

[Link to the deployed application] (https://codeswitchstudio.github.io/day-calendar/)

Screenshots

Landing page

Credits

Shout out to my tutor this week, Alexis San Javier, for helping me wrap my head around Local Storage and JQuery events.

References:

[JQuery API Documentation] (https://api.jquery.com/click)

[Stack Overflow] (https://stackoverflow.com/questions/76115702/how-do-i-save-a-button-that-has-been-clicked-to-local-storage)

[Free Code Camp] (https://www.freecodecamp.org/news/web-storage-localstorage-vs-sessionstorage-in-javascript/)

[Coolors] (http://coolors.co)

[GifDB] (https://gifdb.com/gif/hamster-wheel-black-white-art-gaz03ibs21emzjwz.html)

[Chat GPT] (https://chat.openai.com/)

License

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published