Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.63 KB

Work-Day-Scheduler

The Repository

The link to the website repository: Website Repo link

The site is published at Published Website link

Development Environment

Code is developed in VS code Studio

Website Functionality

  • The functionality helps the user to manage the working hours(9am - 6 pm) by saving the todo items/events in the calender. Start page

  • Past hours are displayed in gray color, present in red and future hours in green color coding. For example if the current time is 10:15 am, the 9AM time block is in gray, 10AM time block is in red and future time blocks are in green color code.

  • User can click any block , enter the event or task to be done and click the save button on right for the corresponding time block.

  • On reloading or refreshing the page, saved events will be displayed.

Installation

  • Code is developed using VS Code studio.
  • Code is available at the GITHub repository link: Website Repo link
  • Get the code code in your local machine by using the clone option in the repository link.
  • Click "Code" and copy the Clone with SSH key link.
  • In Git bash, go to the appropriate directory and get the code using "git clone" command.
  • Open index.html. Right click and open in browser of your choice to view the website.

References