Scheduler app dashboard screen. It has a title, the date and a list of inputs sorted by time of day.

Workday Scheduler

The workday-scheduler is a web app for planning and organizing workdays. Features include time blocks, event saving to local storage, current date/time display, and dynamic color coding.

Description

The workday-scheduler project is a web application designed to help users plan and organize their workday activities. It is currently undergoing refactoring and improvements. The app utilizes technologies such as jQuery, JavaScript, Vite.js, HTML, CSS, and is deployed on Netlify.

Key Features:

  • Time Blocks: The app provides time blocks in the HTML layout, allowing users to allocate tasks or events for specific hours of the workday.
  • Event Saving: Using jQuery event listeners, the app enables users to input and save their entries for each time block. The entries are stored in the local storage of the browser.
  • Date and Time: The app utilizes the moment.js library to display the current date and time at the top of the page, providing users with up-to-date information.
  • Dynamic Color Coding: The app employs a jQuery function to dynamically change the color of time blocks based on the current time of the day, providing visual cues for past, present, and future events.

Activity

Categories

  • Application
  • Frontend