Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Lab Assignment 2

rashmitripathi edited this page Sep 8, 2016 · 9 revisions

Create Wireframes and a web application with at least 3 pages: 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.

Register: Should have a form to take basic information from the user.
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.

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

WireFrames are below for all the above pages:

Welcome Page:

login Page:

register page:

home Page:

Project SOurce is available at 👍

https://github.com/rashmitripathi/ASE_Lab_Assignments/tree/master/Lab2/Source/MyFirstProject

Snapshots for the project are as follows:

Welcome Page:

Login Page

After:

Register page

Home Page

Home Page after entering values:

Clone this wiki locally