Skip to content

BeresIvan/Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Project Title: Day Planner The Project:

  • Create 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.
  • Use You'll need to use the Moment.js library to work with date and time.
  • WHEN I open the planner THEN the current day is displayed at the top of the calendar WHEN I scroll down THEN I am presented with time blocks for standard business hours WHEN I view the time blocks for that day THEN each time block is color-coded to indicate whether it is in the past, present, or future WHEN I click into a time block THEN I can enter an event WHEN I click the save button for that time block THEN the text for that event is saved in local storage WHEN I refresh the page THEN the saved events persist.

Table of Contents:

Current status and updates:

  • Created the file and folder structure of the website using Git Bash.
  • Created the script.js foder wrote the coding.
    • set moment to a variable, created a variable for the current date, Set the date.
    • Added the For loop to get and display tasks from local storage.
    • Added the For loop to print rows with timeblocks, taskblocks, savebuttons and hover buttons.
    • Placed content into the DOM in the right order. append the container with the row.
    • Added the If Else statements
    • Added click event to store the data in local storage.

The project was created by using Visual Studio Code https://code.visualstudio.com/ , Git Bash https://gitforwindows.org/index.html , and github https://github.com/join , Bootstrap https://getbootstrap.com/ , google fonts https://fonts.google.com/, Moment.js https://momentjs.com/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors