Lab Assignment 7 - ravali-b/ASE_Lab-Assignments GitHub Wiki

Lab Assignment 7:

In this assignment, I created an ionic application with login, register and home pages. In the login page, the username and password of user are authenticated. If the user is not a registered user, he/ she needs to register first.

weblogin

web login

Register Page:

reg

The page displays a message thanking the user for registering. reg

If the user already has an account, a message is displayed. reg

Home Page: In home page, I used Flickr image search (with Google maps) and Alchemy API for sentiment analysis. home

When the user enters the name of any city or selects one from the given list, the city is shown on the map along with the most popular flickr image associated with it. home

home

In the text box provided, if the user enters any text, the text is parsed and the sentiment analysis of the text is displayed in table format. senti

Screenshots of the mobile application:

login

login

reg

reg

home

home

home

home

home

alchemy

Wireframes:

wireframe

wireframe

wireframe

Unit Testing Results:

unit