Reference no: EM133857924
Assessment - Online car sell project
Description - This unit introduces students to both conceptual understanding and hand- on technologies that are relevant to building web applications. The unit's focus is on learning the key concepts, the basic knowledge and skills needed to build that kind of application. Students will explore a range of techniques and gain insight into the standards underlying the web programming used to develop applications from Hyper Text Mark-up
Language to data communication between client and server.
Learning Outcome 1: Design and develop web-database applications
Assessment Objective: The primary objective of this assessment is to evaluate students' proficiency and comprehension of the front-end role in web development. Students will be tasked with designing web pages and applying essential web techniques like HTML, CSS, and JavaScript. This assessment aims to gauge their competency in the fundamental front-end skills necessary for constructing a website.
Online Car Sale Project
Description Design and build a set of linked web pages for a fictitious Online Car Sale. You are required to create Online Car Sale allowing registered sellers to advertise their cars. The site should provide a search capability for the car buyers to find car that they are looking for by typing the car model and location. In this stage, you are required to build front-end of website by using HTML, CSS, and JavaScript. Your web pages must be cross-browser compatible (responsive to different browsers). Hire best assignment help service online!
Project structure
Design and build a set of linked web pages for a fictitious Online Car Sale. You are required to create Online Car Sale allowing registered sellers to advertise their cars. The site should provide a search capability for car buyers to find car that they are looking for by typing the car model and location. In this stage, you are required to build the front-end of website by using HTML, CSS, and JavaScript. Your web pages must be cross-browser compatible (responsive to different browsers).
Homepage
Homepage must consist of the company logo, brief introduction about the business, and links to other web pages of the website.
Car Seller Registration
Seller registration allows the system to validate the sellers' details and the system must send back notification if any field is empty.
This page should prompt sellers to fill a form with fields for
Name
Address
Phone number
Email address
Username
Password
Seller Page
This page should provide the following links for the sellers to manage the advertisement of their cars after successfully logging in: Login, Add car. the system must send back notification if any field is empty.
Login page - This page should prompt sellers to fill a login form with fields for:
Username
Password
Add car - This page should request user to fill in the form with field for:
Make
Model
Year
Milage
Location
Price
Please pay attention to the following validation requirements for the username and password:
The username should not be the same as your email and should only contain characters (alphabets). No numbers or special characters are permitted in the username.
The password should be between 6 and 10 characters in length. It must contain a mix of characters (alphabets), numbers, and specific special characters: '?' '
'#' '@'.
C. Search Page
Search page allows the users to find car(s) that they are looking for by typing the model and location.
E. About Us page
You should provide full name of business, location of main office, telephone/fax numbers, e-mail address, staff names and picture of staff.
F. Dynamic content
You are required to write JavaScript to achieve the following:
The background color of each form input must change to yellow when it is selected.
Background color of each form input must change to white when user leaves input field.
Background color of each button must change to light blue when the mouse pointer is moving onto a button.