Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PLEASE SOLVE IT AS SOON AS POSSIBLE ITS URGENT / ES6 and Local Storage Create a mobile web site (Create a new folder to hold
PLEASE SOLVE IT AS SOON AS POSSIBLE ITS URGENT /
ES6 and Local Storage
-
Create a mobile web site (Create a new folder to hold all files/folders))
- index.html
- css folder that includes a personal css file
- images folder that includes all your site images
- js folder that includes your personal .js script file
- Enter YOUR NAME in the
tags AND your name and student number in a comment at the top of the index.html - Header area that includes Assignment #1 / Your Name / Your Student Number; This header must be on both pages
- Footer line that includes Your Login Name / Your Campus; this footer must be on both pages.
- Both pages must include a picture of you as the sales representative
-
- Content area on the main entry page will include inputs for customer entry for the following:
-
- Entry field (with labeling) for the Customer's name
- Entry field (with labeling) for the Customer's email address
- Entry field (with labeling) for which room the customer is planning on painting
- Entry field (with labeling) for the width of the room
- Entry field (with labeling) for the length of the room
- Entry field (with labeling) using a colour box so the customer can pick the colour they want to paint the room
- A selection list so the user can decide whether they want standard paint (24.99 per can) or premium paint (39.99 per can)
- A button to create a quote for the customer
- Formatting, layout, colours, background, size, and labeling will all be considered in grading
- All data MUST be saved to local storage before calling the quote page and ES6 concepts used where applicable.
-
- Content area on the main entry page will include inputs for customer entry for the following:
-
- Content on the quote page (a separate page) will include the following:
-
- Customer's contact information (name and email)
- Room to be painted
- Square footage of the room based on length and width
- A colour swatch showing the colour the customer picked
- The number of paint cans that will be needed to paint the room based on each can cover approximately 400 sq ft of wall space (rounded up)
- The final price for the number of cans based on which type of paint was selected plus 13% HST
- All information must be labeled and formatting, layout, colours, background, and size will all be considered in grading
- Data from the entry page MUST be pulled from local storage in order to fill in quote page and ES6 concepts used where applicable.
-
- Content on the quote page (a separate page) will include the following:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started