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.
Register Page:
The page displays a message thanking the user for registering.
If the user already has an account, a message is displayed.
Home Page:
In home page, I used Flickr image search (with Google maps) and Alchemy API for sentiment analysis.
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.
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.
Screenshots of the mobile application:
Wireframes:
Unit Testing Results: