the last exercise of each assignment will be


The last exercise of each assignment will be continuous from assignment to assignment and will have the goal of building an e-store website by the end of the course.

Date & Time
In the header area of your website, use JavaScript to display the current date and time. The time should automatically refresh every second.

Items on Sell
In the inside content area (see assignment 1) of your sites home page, you should create a small list of items that your store will be selling (your website can be a seller of whatever products you'd like). Each item should have a small thumbnail picture, an associated price, short description and a form button labeled "Add to Cart". The button need not do anything when clicked at the moment.

Registration / Sign-up
In the side menu area (see assignment 1) add a link labeled "Register". When clicked, the link should direct the user to a new page: register.html. This new page should include all the elements of your home page. In the inside content area, create a form with the following fields:

Text Fields: First name, Last name, Email Address, Phone Number
Password Fields: Password, Confirm Password

Use JavaScript to create some basic client-side validation. When the forms submit button is clicked, you should check to make sure that none of the fields are left blank. You must also check to see if both passwords match entirely. If validation fails, use an alert box to display an appropriate message that informs the user on what needs to be corrected. If validation is successful, do nothing for the time being. 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: the last exercise of each assignment will be
Reference No:- TGS0211954

Expected delivery within 24 Hours