Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The site maintains your Movie Collection with the following functions: Adding movies. Deleting movies. Listing movies. The site contains two pages - Main and

The site maintains your Movie Collection with the following functions:  Adding movies. Deleting movies.Main Page (index.html): This page has header, content, and footer areas: The header contains: o An h2 "MyListing Page: The Listing Page has header, content, and footer areas:  The header contains: o An h2 "Movie

The site maintains your Movie Collection with the following functions: Adding movies. Deleting movies. Listing movies. The site contains two pages - Main and Listing. Include a background image of your choice for all the pages. Fill the entire page with the image (you can cover the page with one image or repeating images). Make sure the image is transparent enough for readability (you can use the same image for all the pages). Store the movies to localStorage. Each movie contains the following information: Data Items Id Transaction Date Movie Name Genre In theatres year Director Male Leading Actor Female Leading Actor Rating Comments Required Yes Yes Yes Yes Yes Yes Yes DataType String String String String Number String String String Number String Comments Generated by the application and use as Key Use current data - Data() -- -- 1 to 5 (low to high) Use Main Page (index.html): This page has header, content, and footer areas: The header contains: o An h2 "My Movie Collection" and includes Assignment #1 / Your Name / Your Student Number on the next line. o A link/button links to the Listing Page. The content area contains: o An HTML form that includes all the inputs as indicated above. O A SUBMIT button to add the movie to localStorage using the Id as key: Generate the Id and use it as key. Use current date as Transaction Date. A confirmation prompt is required before addition. Display a confirmation message and reset all input fields after addition. o A RESET button to reset all inputs fields. The footer includes Your Login Name / Your Campus. Listing Page: The Listing Page has header, content, and footer areas: The header contains: o An h2 "Movie Listing". o A link button links back to the Main Page. The content area contains two container elements stacked up on top of each other: o The top element contains: List the Ids and Movie Names of the items retrieved from localStorage. When an item is selected (with a click event) from the list, display the details of the selected movie in the bottom container. o The bottom container: Displays the movie details selected from the top container. A button to delete the selected movie from localStorage: A confirmation prompt is required before deletion. Clear movie details and display a confirmation message after deletion. The footer includes Your Login Name / Your Campus. How I will be grading... I will use Chrome's Toggle Device Bar for iPhone 12 Pro in Portrait mode. Remember, this is a mobile site so formatting and layout should reflect this; too much scrolling or whitespace will reduce your mark.

Step by Step Solution

3.29 Rating (158 Votes )

There are 3 Steps involved in it

Step: 1

1 HTML Structure Main Page indexhtml DOCTYPE html html langen head meta charsetUTF8 meta nameviewport contentwidthdevicewidth initialscale10 title My ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Auditing and Assurance services an integrated approach

Authors: Alvin a. arens, Randal j. elder, Mark s. Beasley

14th Edition

133081605, 132575957, 9780133081602, 978-0132575959

More Books

Students also viewed these Programming questions

Question

write a java gui program to convert binary,decimal

Answered: 1 week ago