Skip to content
sibi edited this page Nov 21, 2016 · 3 revisions

Lab Assignment #2

Question 1)

Create Wireframes and a web application with at least 3 pages:

Sample Wireframes:

Login: Create 2 buttons login, register.  On clicking register button, page needs to transition to register page.  On clicking login, it navigates to home page.

Question 2)

Register: Should have a form to take basic information from the user.

Question 3)

Home: Home page should use external web service to mark Start and End Points using Google Map Web Services and also display the weather details for both the places. Location should autocomplete feature for input.

question 4)

Code Quality: Check the quality of your code using JavaScript Code Quality Tool JSLint http://www.jslint.com/

Clone this wiki locally