{"id":21690242,"url":"https://github.com/drkittendorf/work-day-scheduler","last_synced_at":"2026-04-12T18:03:10.113Z","repository":{"id":128004566,"uuid":"265969815","full_name":"drkittendorf/work-day-scheduler","owner":"drkittendorf","description":"Daily Planner","archived":false,"fork":false,"pushed_at":"2021-03-15T21:32:31.000Z","size":950,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T13:07:27.076Z","etag":null,"topics":["jquery","moment-js","planner"],"latest_commit_sha":null,"homepage":"https://drkittendorf.github.io/work-day-scheduler/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drkittendorf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-21T23:04:07.000Z","updated_at":"2021-03-15T21:32:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"5463d626-13b5-4049-80d9-7579b2d92bb0","html_url":"https://github.com/drkittendorf/work-day-scheduler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkittendorf%2Fwork-day-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkittendorf%2Fwork-day-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkittendorf%2Fwork-day-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkittendorf%2Fwork-day-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drkittendorf","download_url":"https://codeload.github.com/drkittendorf/work-day-scheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244618386,"owners_count":20482316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jquery","moment-js","planner"],"created_at":"2024-11-25T17:29:42.724Z","updated_at":"2026-04-12T18:03:10.027Z","avatar_url":"https://github.com/drkittendorf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WORK DAY SCHEDULER\n\n### TABLE OF CONTENTS\n\n- [CONTRIBUTOR(S)](#CONTRIBUTOR(S))\n- [USER STORY](#USER-STORY)\n- [REFERENCE LINKS](#REFERENCE-LINKS)\n  - [Dale's Work Day Scheduler Application :: Live Link](https://drkittendorf.github.io/work-day-scheduler/)\n  - [Dale's Work Day Scheduler Application :: GitHub Repo](https://github.com/drkittendorf/work-day-scheduler)\n- [DESCRIPTION](#DESCRIPTION)\n- [LANGUAGES AND TOOLS](#LANGUAGES-AND-TOOLS)\n- [CORE PROJECT TECHNOLOGIES](#CORE-PROJECT-TECHNOLOGIES)\n- [FUTURE DEVELOPMENT](#FUTURE-DEVELOPMENT)\n- [LICENSING](#LICENSING)\n- [SCREENSHOTS](#SCREENSHOTS-AND-VIDEO)\n\n---\n## CONTRIBUTOR(S)\nDale Kittendorf\n\n\u003cbr\u003e\n\n---\n\n## USER STORY\n\n- AS AN employee with a busy schedule\n- I WANT to add important events to a daily planner\n- SO THAT I can manage my time effectively\n\n\u003cbr\u003e\n\n---\n\n## DESCRIPTION\n\nThis app runs in the browser and features dynamically updated HTML and CSS powered by jQuery. It also uses [Moment.js](https://momentjs.com/) for time and date related components.\n\n- GIVEN I am using a daily planner to create a schedule\n- WHEN I open the planner\n- THEN the current day is displayed at the top of the calendar\n- WHEN I scroll down\n- THEN I am presented with timeblocks for standard business hours\n- WHEN I view the timeblocks for that day\n- THEN each timeblock is color coded to indicate whether it is in the past, present, or future\n- WHEN I click into a timeblock\n- THEN I can enter an event\n- WHEN I click the save button for that timeblock\n- THEN the text for that event is saved in local storage\n- WHEN I refresh the page\n- THEN the saved events persist\n\n\u003cbr\u003e\n\n---\n\n## REFERENCE LINKS\n\nLink to **Dale's Work Day Scheduler** deployed on GitHub - [Application Live Link](https://drkittendorf.github.io/work-day-scheduler/)\n\nLink to **GitHub Repo** used for application development - [Application GitHub Repo](https://github.com/drkittendorf/work-day-scheduler)\n\n\u003cbr\u003e\n\n---\n\n## LANGUAGES AND TOOLS:\n\u003cimg align=\"left\" alt=\"Visual Studio Code\" width=\"26px\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/visual-studio-code/visual-studio-code.png\" /\u003e\n\u003cimg align=\"left\" alt=\"HTML5\" width=\"26px\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/html/html.png\" /\u003e\n\u003cimg align=\"left\" alt=\"CSS3\" width=\"26px\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/css/css.png\" /\u003e\n\u003cimg align=\"left\" alt=\"JavaScript\" width=\"26px\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png\" /\u003e\n\u003cimg align=\"left\" alt=\"GitHub\" width=\"26px\" src=\"https://raw.githubusercontent.com/github/explore/78df643247d429f6cc873026c0622819ad797942/topics/github/github.png\" /\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n---\n\n### CORE PROJECT TECHNOLOGIES\n\nHere is a list of all the core technologies used to develop this application.\n\n- `JQuery`\n- [Moment.js](https://momentjs.com/)\n\n\u003cbr\u003e\n\n---\n\n## FUTURE DEVELOPMENT\n\nFor `future` development, I would like to incorporate the following `enhancements`:\n\n- Extend timeframe for longer hours\n- Create ability to store / retrieve past days\n\n---\n\n\n## LICENSING\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)  \n\nThe code in this project is licensed under MIT license.\n\n---\n\n## SCREENSHOTS AND VIDEO\n\n- ### SCREENSHOT(S)  \n        (TBD)\n\n\u003cbr\u003e\n\n- ### VIDEO\n        The following animation demonstrates the application functionality:\n\n![day planner demo](./Assets/images/05-third-party-apis-homework-demo.gif)\n\u003cbr\u003e\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrkittendorf%2Fwork-day-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrkittendorf%2Fwork-day-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrkittendorf%2Fwork-day-scheduler/lists"}