Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Compulsory Task 1 Follow these steps: Create a webpage that can be used to let a user store information about a catalogue of books. Make

Compulsory Task 1
Follow these steps:
Create a webpage that can be used to let a user store information about a
catalogue of books.
Make use of session storage to store the values.
o The user should be able to add information (e.g. author, title, genre,
reviews, etc.) about their favourite books.
o All the information about all the books added by the user should be
listed on the webpage.
o The user should also be able to remove or edit information for a book.
Compulsory Task 2
Follow these steps:
Create a basic HTML file. You are required to create a budgeting website
with the following specifications:
Make use of session storage to store the values.
Create an income object where you can put in the following information as
attributes:
Name, as a string (E.g. Salary)
The amount, as a number (E.g.4000)
Whether or not it is recurring, as a boolean
Create 5 different objects to represent income from different places.
Create an expenses object where you can put in the following information
as attributes:
Name, as a string (E.g. Groceries)
The amount, as a number (E.g.350)
Whether or not it is recurring, as a boolean
Create 5 different objects to represent different expenses.
Using a prompt box, display the income items and let the user add another
entry.
Using a prompt box, display the expenses items and let the user add
another entry.
Display the total amount of disposable income (income minus expenses)
Using a prompt box, ask the user how much of their disposable income
they would like to put into savings.
Finally, create an alert to display the total amount of disposable income left.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Informix Database Administrators Survival Guide

Authors: Joe Lumbley

1st Edition

0131243144, 978-0131243149

More Books

Students also viewed these Databases questions

Question

b. Does senior management trust the team?

Answered: 1 week ago