- Description
- Links
- Screenshots
- Installation Instructions
- Usage
- Technologies Used
- Tests
- Credits
- Contributing
- Questions
- Badges
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.
Scheduler with events scheduled:

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."
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.
npm run test
Base code and styling developed and provided by 2U/Trilogy Education Services
N/A
If you have further questions, you can reach me at lauracole1900@comcast.net. For more of my work, see my GitHub.

