Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

the assignment is inside the the link https://mega.nz/folder/s2AFFYpT#i7wOhHyKZttndlcJo3WK_g

1 answer below »
the assignment is inside the the link
https://mega.nz/folder/s2AFFYpT#i7wOhHyKZttndlcJo3WK_g
Answered Same Day Apr 07, 2021

Solution

Neha answered on Apr 08 2021
159 Votes
DayPlanne
images/disk.svg

DayPlanne
images/diskette.png
DayPlanne
images/download.jpg
DayPlanne
images/save-regular.svg

DayPlanne
index.html


Work Day Planne
Plan your whole day








Website designed by Alexande





DayPlanne
README.md
#Day Planne
Criteria:
Create a simple calendar application that allows the user to save events for each hour of the day. This app will run in the
owser and feature dynamically updated HTML and CSS powered by jQuery.
The app should display standard business hours (9 a.m. to 5 p.m.). Each time slot should represent one hour and contain the following:
The time
A field to hold user input
A save button
Clicking on the save button will store the time and user input in localStorage.
Near the top of the calendar, the application should display the cu
ent day. Additionally, each hour should be color coded to reflect whether the time slot is in the past, the present, or the future. This will change depending on the time of day.
You'll need to use the Moment.js li
ary to work with date and time. Be sure to read the documentation carefully and concentrate on using Moment.js in the
owser.`
Minimum Requirements
Functional, deployed application.
GitHub repository with a unique name and a README describing project.
The application displays timeblocks for standard business hours (9 a.m. to 5 p.m.).
Each timeblock contains an input field and save button.
Clicking a timeblock's "Save" button stores the input text in local storage, allowing the text to persist when the application is refreshed.
The cu
ent day is displayed at the top of the calendar.
Each timeblock is color coded to indicate whether it is in a past, present, or future hour.
GIVEN that an employee adds events to a specific hour in a calenda
WHEN the employee clicks the save button
THEN events are saved in the timeblock for that hou
DayPlanne
script.js
$(document).ready(function() {

const test = false;
const now = moment().format('MMMM Do YYYY');
let nowHour24 = moment().format('H');
let nowHour12 = moment().format('h');
if (test) {
nowHour24 = 13;
nowHour12 = 1;
}
let $dateHeading = $('#navbar-subtitle');
$dateHeading.text(now);
const saveIcon = "./images/save-regular.svg";
let...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here