https://github.com/khumbulani9/third-party-apis-daily-planner-app
In this Challenge, you'll create a simple calendar application that allows a user to save events for each hour of the day by modifying starter code.
https://github.com/khumbulani9/third-party-apis-daily-planner-app
bootstrap css dayjs html javascript jquery third-party-api
Last synced: about 2 months ago
JSON representation
In this Challenge, you'll create a simple calendar application that allows a user to save events for each hour of the day by modifying starter code.
- Host: GitHub
- URL: https://github.com/khumbulani9/third-party-apis-daily-planner-app
- Owner: khumbulani9
- Created: 2024-01-18T23:04:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T22:20:23.000Z (over 1 year ago)
- Last Synced: 2024-01-24T02:08:02.665Z (over 1 year ago)
- Topics: bootstrap, css, dayjs, html, javascript, jquery, third-party-api
- Language: HTML
- Homepage: https://khumbulani9.github.io/Third-Party-APIs-Daily-Planner-App/
- Size: 829 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **_Table of contents_**
* [description of the assignment](#description-of-the-assignment)
* [acceptance criteria](#acceptance-criteria)
* [link url to deployed app on github](#link-url-to-deployed-app-on-github)
* [website Page screenshot link url to github repository](#website-page-screenshot-link-url-to-github-repository)
* [contact Link url to github repository](#contact-link-url-to-github-repository)
* [Reference](#Reference)# Third-Party APIs: Work Day Scheduler
A simple calendar application that allows a user to save events for each hour of the day. This app runs in the browser and features dynamically updated HTML and CSS powered by jQuery.
## Description of the assignment
Create a simple calendar application (utilizing JQUERY, local storage, and day.js) that allows a user to save events for each hour of the day, by modifying starter code. This app will run in the browser and feature dynamically updated HTML and CSS powered by jQuery. HTML and CSS are dynamically updated according to the time--the background colors of the time blocks are adjusted based upon the classification of the time event (past, present, or future.)
You'll need to use the [Day.js](https://day.js.org/docs/en/display/format) library to work with date and time. Be sure to read the documentation carefully and concentrate on using Day.js in the browser.
## User Story
AS AN employee with a busy schedule
I WANT to add important events to a daily planner
SO THAT I can manage my time effectively## Acceptance Criteria
The app should:
* Display the current day at the top of the calender when a user opens the planner.
* Present timeblocks for standard business hours when the user scrolls down.
* Color-code each timeblock based on past, present, and future when the timeblock is viewed.
* Allow a user to enter an event when they click a timeblock* Save the event in local storage when the save button is clicked in that timeblock.
* Persist events between refreshes of a page
The following animation demonstrates the application functionality:

## Grading Requirements
This homework is graded based on the following criteria:
### Technical Acceptance Criteria: 40%
* Satisfies all of the above acceptance criteria plus the following:
* Uses a date utility library to work with date and time
### Deployment: 32%
* Application deployed at live URL
* Application loads with no errors
* Application GitHub URL submitted
* GitHub repo contains application code
### Application Quality: 15%
* Application user experience is intuitive and easy to navigate
* Application user interface style is clean and polished
* Application resembles the mock-up functionality provided in the homework instructions
### Repository Quality: 13%
* Repository has a unique name
* Repository follows best practices for file structure and naming conventions
* Repository follows best practices for class/id naming conventions, indentation, quality comments, etc.
* Repository contains multiple descriptive commit messages
* Repository contains quality README file with description, screenshot, and link to deployed application
## Review
You are required to submit the following for review:
* The URL of the deployed application
* The URL of the GitHub repository, with a unique name and a README describing the project
## Link URL to deployed app on GitHub
https://khumbulani9.github.io/Third-Party-APIs-Daily-Planner-App/
## Contact-link URL to GitHub repository
https://github.com/khumbulani9/Intermediate-JavaScript-Password-Generator/blob/main/README.md
## Reference
https://bootcampspot.instructure.com/courses/5651/assignments/67065?module_item_id=1145576
---
© 2023 edX Boot Camps LLC. Confidential and Proprietary. All Rights Reserved.