Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need 3 separate files (HTML, CSS, and Javascript) to create the below class catalog maintenance application: What this application should do This application will build

Need 3 separate files (HTML, CSS, and Javascript) to create the below class catalog maintenance application:

image text in transcribed

What this application should do

This application will build a list of classes that are offered by the GIT department. It will accept the user entries that are shown under the Add a class heading in the interface above.

Then, when the user clicks the Add button, a class will be added to the table thats under the Classes heading. The data in this table will also be stored in local web storage. As a result, the class data will be displayed when the user restarts the application.

Of course, the data should be validated before it is added to the Classes table and local storage. At the least, the application should check that an entry has been made in each input and select control and that the start date is a valid date in the future. But it would also be good to check whether a class with a duplicate number is already in the table.

What you need to do

Build this application from scratch with separate files for the HTML, CSS, and JavaScript.

Development notes

Be creative: Try to create a user interface thats more pleasing and user friendly than the one above. For instance, you might want to put the Classes table below the form for the class entries.

You decide what options should be offered in the three select controls (drop-down lists).

The form must be centered and formatted using CSS. An HTML table is only allowed for the Classes data.

You may not use jQuery Bootstrap or any type of WSYWIG to develop this app. And you may not rely on HTML5 attributes and CSS3 selectors for data validation. In other words, this assignment must be completely hand coded.

In the JavaScript, add appropriate comments to each function that you create.

Technical note

The starting html for the Classes table must have both a thead and tbody element. Otherwise, the th elements for the column headings may get written over by the JavaScript that adds the Class rows to the table.

The user interface should look something like this: Class Catalog Maintenance Classes Number Start Length Weekday Time Description Name MWF Web Design I IT 101 9/1/2016 10 10:00 HTML5 and CSS3 Web Design II IT 102 1/1/2017 10 MWF 14:00 JavaScript, jQuery, jQuery UI, and Bootstrap Add a class Class Name: Class Number: Start Date Class Length (in weeks Weekday and Time: Class Description Add Clear

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

Database Design And SQL For DB2

Authors: James Cooper

1st Edition

1583473572, 978-1583473573

More Books

Students also viewed these Databases questions

Question

7. Where Do We Begin?

Answered: 1 week ago