Unit 05 Third Party Apis Homework 5 Work Day Scheduler

Leo Migdal
-
unit 05 third party apis homework 5 work day scheduler

ITESM Coding Bootcamp - Unit 5 Homework - Third-Party APIs: Work Day Scheduler This was an on-the-job ticket activity where I was given an HTML and CSS code that had the basic layout for a Work Day Scheduler. I was requested to write some code to show the current date and time in the header, and generate timeblocks from 9:00 am to 5:00 pm. The user should be able to write tasks or appointments for each timeblock and save them, so that, even if the application is reloaded, the saved events should still be in the corresponding timeblock. The website should also have a color code for the timeblocks, with gray being for the past events, red for the present event and green for the future events of the day. For this activity I wrote all the code in a JavaScript file, using jQuery and moment.js.

To begin, I wrote a function using moment.js to show the current date and time, and I used setInterval to update the time each second. Then I used an array to write a for loop to create each html element for the timeblocks (<span>, <textarea> and <button>), adding classes and attributes to them. Next, I wrote the code for the click events of each timeblock button, to save the text written by the user in the browser's local storage and then get each item to post it... Finally, I made a for loop using moment.js and jQuery to set up some conditional statements to color each timeblock according to it's place in the current day timeline (using gray for past, red... The link for the deployed application is this: https://josevidmal.github.io/u5-hw-third-party-api-work-day-scheduler/

Create a simple calendar application 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. You’ll need to use the Day.js library to work with date and time. Be sure to read the documentation carefully and concentrate on using Day.js in the browser. The following animation demonstrates the application functionality: Note: If a Challenge assignment submission is marked as “0”, it is considered incomplete and will not count towards your graduation requirements.

Examples of incomplete submissions include the following: A repository that includes a unique name but nothing else #Homework 05 Third-Party APIs: Work Day Scheduler This is the fifth homework that is required for the University of Denver Coding Boot Camp. The assignment was to build a sample calendar application that allows a user to save events for each hour of the day. The website is built using the following:

Built by Mark Raudenbush markraud@hotmail.com This homework taught me about traversing the DOM along with inserting HTML elements and text. I also learned how to build and style a webpage using the Bootstrap framework and how to use Moment.js. https://zhkim3.github.io/Work-Day-Scheduler/ Create a simple calendar application 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.

You’ll need to use the Moment.js library to work with date and time. Be sure to read the documentation carefully and concentrate on using Moment.js in the browser. The following animation demonstrates the application functionality: This homework is graded based on the following criteria: A simple calendar app for scheduling your work day An application that will run in the browser and feature dynamically updated HTML and CSS powered by JQuery.

Application features polished UI and is responsive, ensuring adaptation to multiple screen sizes. A simple calendar application that allows the user to save events for each hour of the day. Each timeblock is color coded to indicate whether it is the past, present, or future. When the save button for each timeblock is triggered, the text input for that event is saved in local storage. As a user with a busy schedule, I want the user to add important events to the daily planner, so they can manage their time more effectively. I, Ryan Compton, am the sole collaborator on this assignment.

Here is a daily planner with the current date displayed at the header. (date changes depending on the current date) The planner is from 9am to 5pm which interact with the user by showing the user the hours that have past in (grey) the current hour in (red) and future hours in (green). The user can type in events into each block and save them by clicking the save button(saved to local storage), so the the page is refreshed and the input is not removed. example: https://smu.bootcampcontent.com/SMU-Coding-Bootcamp/SMU-DAL-FSF-PT-12-2019-U-C/raw/master/05-Third-Party-APIs/02-Homework/Assets/05-third-party-apis-homework-demo.gif A simple calendar app for scheduling your work day

People Also Search

ITESM Coding Bootcamp - Unit 5 Homework - Third-Party APIs:

ITESM Coding Bootcamp - Unit 5 Homework - Third-Party APIs: Work Day Scheduler This was an on-the-job ticket activity where I was given an HTML and CSS code that had the basic layout for a Work Day Scheduler. I was requested to write some code to show the current date and time in the header, and generate timeblocks from 9:00 am to 5:00 pm. The user should be able to write tasks or appointments for...

To Begin, I Wrote A Function Using Moment.js To Show

To begin, I wrote a function using moment.js to show the current date and time, and I used setInterval to update the time each second. Then I used an array to write a for loop to create each html element for the timeblocks (<span>, <textarea> and <button>), adding classes and attributes to them. Next, I wrote the code for the click events of each timeblock button, to save the text written by the u...

Create A Simple Calendar Application That Allows A User To

Create a simple calendar application 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. You’ll need to use the Day.js library to work with date and time. Be sure to read the documentation carefully and concentrate on using Day.js in the browser. The following animatio...

Examples Of Incomplete Submissions Include The Following: A Repository That

Examples of incomplete submissions include the following: A repository that includes a unique name but nothing else #Homework 05 Third-Party APIs: Work Day Scheduler This is the fifth homework that is required for the University of Denver Coding Boot Camp. The assignment was to build a sample calendar application that allows a user to save events for each hour of the day. The website is built usin...

Built By Mark Raudenbush Markraud@hotmail.com This Homework Taught Me About

Built by Mark Raudenbush markraud@hotmail.com This homework taught me about traversing the DOM along with inserting HTML elements and text. I also learned how to build and style a webpage using the Bootstrap framework and how to use Moment.js. https://zhkim3.github.io/Work-Day-Scheduler/ Create a simple calendar application that allows a user to save events for each hour of the day by modifying st...