cfoster121 / daily-planner

Daily planner allows user to enter tasks into 1 hour blocks from 0800-1800. Blocks change colors based on past hours, current hours, and future hours. Tasks persist when page is refreshed. User has the option to delete or update tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Scheduler

The page shows working hours divided up into 1 hour incriments, color coded based on past hours, current hours, and future hours. User is able to input tasks into each hourly block and save them to local storage. Tasks will remain on the page with page refresh. Current date and time is displayed at the top of the page.

Getting Started

  • User will enter page and see time blocks for hours 0800-1800
    • Time block(s) colored grey are past hours
    • Time block colored red is current hour
    • Time block(s) colored green are future hours
  • User can enter tasks into each specific time block and save when clicking "Save" button corresponding to time block
  • All saved inputs will remain on the page with page refresh

Essential Code

*GIF *IMG

Built With

Deployed Link

Author

Courtney Foster

Acknowledgments

About

Daily planner allows user to enter tasks into 1 hour blocks from 0800-1800. Blocks change colors based on past hours, current hours, and future hours. Tasks persist when page is refreshed. User has the option to delete or update tasks


Languages

Language:JavaScript 52.0%Language:HTML 35.3%Language:CSS 12.7%