ASE ASSIGNMENT 5 - nikky4222/ASE GitHub Wiki

Name: K. Lakshmi Nikitha
Class id:22
ASE Lab 5

###Question
1.Create a basic login with 2 buttons “Login” and “Register”On clicking “Login” button, user should be navigated to “Home” page On clicking “Register” button, user should be navigated to “Registration” page.

2.Home page should have a Mashup using at least Two Web Services(refer to the web services from the following link). One of them should be from the list of knowledge services and they should be different from the two services you used in your Lab 3 assignment.
3.Also create a mobile application related to your project. Application should have good UI/UX. Design a good UI using a wireframe tool.
The first page consist of 2 buttons consist of Login and Register.The code has been implented in ionic which displays both on the web and emulator


Mobile Screenshot



After clicking the login page the user is directed to the login page where a basic validation is performed,if the name=user and password=secret the user is navigated to the home page.



<img src="https://github.com/nikky4222/ASE/blob/master/Lab5/Documentation/loginvalid.png" width=550"/>

Mobile Screenshot



After clicking on the register button the user is redirected to register page.After giving the details the user will be redirected to the home page.

<img src="https://github.com/nikky4222/ASE/blob/master/Lab5/Documentation/regist.png" width=550"/>

Mobile Screenshot



In the home page API's used are
*OMDB
*Google Text to Speech

After the user gives the movie title as the input it will display the movie story line,year of release,IMDB rating and aslo the related movie and Google text to speech take the title as an input and voice out the title name.

<img src="https://github.com/nikky4222/ASE/blob/master/Lab5/Documentation/home.png" width=550"/>
<img src="https://github.com/nikky4222/ASE/blob/master/Lab5/Documentation/home1.png" width=550"/>
Also the user will be directed to Amazon if he wishes to buy the corresponding movie,also he can get the subtitles,watch the trailer and hear the sound tracks accordingly.

<img src="https://github.com/nikky4222/ASE/blob/master/Lab5/Documentation/homebuy.png" width=550">

Mobile Screenshot



As the speech cannot be displayed please do execute the code .

⚠️ **GitHub.com Fallback** ⚠️