The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 2 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
I was unable to view the comments regarding this particular question. Can you still help me with it?
Â
What I need this application to do is:
·       This application will build a list of classes that are offered by an english degree department. It will accept the user entries that are shown under the "Add a class" heading in the interface.
·       Then, when the user clicks the Add button, a class will be added to the table that's 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.
Â
I need to:
·       Build this application from scratch with separate files for the HTML, CSS, and JavaScript.
Â
I need to develop notes:
·    Try to create a user interface that's pleasing and user friendly.
·       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.
Â
Needs to have tbody thead elements in the HTML so the th element for the column does not get written over by the javaScript that adds the Class rows to the table.
Â
MOST IMPORTANTLY IT NEEDS TO WORK. Thank you.
Â
Attachments: