Skip to content

LauraCole1900/jQueryWorkdayScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Workday Scheduler

Table of Contents

Description

This is an hour-by-hour workday planner using jQuery. The user will see the current date displayed at the top of the page, with a series of time blocks below. The time blocks are color-coded based on whether they are past (gray), present (red), or future (green). To enter an event into the scheduler, the user will click on the text area in the appropriate time block and type in their event, then click the "Save" button. The information will persist across page reloads.

Links

jQuery workday scheduler

Screenshots

Blank scheduler: Scheduler

Active user input area: User input form

Scheduler with events scheduled: Scheduled event

Installation Instructions

If you want to run a copy of this app on your local machine, first clone the repository:

HTTPS:

$ git clone https://github.com/LauraCole1900/jQueryWorkdayScheduler.git

SSH:

$ git clone git@github.com:LauraCole1900/jQueryWorkdayScheduler.git

Then cd into the directory into which you cloned, right-click on index.html, and choose "Open in default browser."

Usage

This project is intended to be used to help the user manage their time by allowing them to enter scheduled events during the current workday.

Technologies Used

HTML5 CSS3 jQuery Day.js

Tests

npm run test

Credits

Base code and styling developed and provided by 2U/Trilogy Education Services

Contributing

N/A

Questions

If you have further questions, you can reach me at lauracole1900@comcast.net. For more of my work, see my GitHub.

Badges

License badge Open in Visual Studio Code

Releases

No releases published

Packages

No packages published