ASE ASSIGNMENT 2 - nikky4222/ASE GitHub Wiki
Assignment : 2
Name : Lakshmi Nikitha Kona Subject : Advance Software Engineering Student id:16231 Class id:22
Wireframe:
Wireframe acts as a blue print for the application
Wireframes for the home,login and register pages.
.png)
HomePage:
Home page have a button "Login" and when you click on the login button it navigates to the login page
LoginPage:
In the Login page if you are an existing user you can give the user name and password,if not you can click on register
which will navigate you to register page.
In login page 3 validation check has been performed where
- if the username and password text fields are empty it throws
an alert "please enter user name and password".
2)If the username has been entered and the password isn't entered it throws an alert"please enter the password".
3)If the Password has been entered and the user name hasn't been entered it throws an alert"please enter the username".
After giving the valid credentials the user is navigated to the weather page where he can get the temperature
of the source and the destination.
Registration Page:
If the user has visited the website for the first time.He need to register first where the user need to provide an username,password and email address.
A basic validation has been performed if all the fields are entered correctly.If they haven't entered any of the fields
an error"please enter the required fields" is thrown.
After the user have registered the user will be redirected to the login page where he/she can give the valid credentials
and will be redirected to the weather page
Weather Page
After successful login the user will be redirected to the the weather page where he can given the source location
which will have a to search feature and the same goes to the destination.
After giving the required source and destination the user will get the path from the source to destination and the temperature is displayed .
