Home - Nikhilkrishnas/cs5551_10-1_lab GitHub Wiki

Welcome to the cs5551_team-10-1_lab wiki!

TEAM DETAILS:

  1. NAME: Nikhil Shravan Krishna Sanka

    CLASS ID: 45

    TEAM NUMBER: 10-1

  2. NAME: Sri Venkat Sumanth Sanakkayala

    CLASS ID: 44

    TEAM NUMBER: 10-1

OBJECTIVE:

  • To create a web application using angular JS and bootstrap framework having
  1. Login and register pages with OAuth Login & Registration. Use HTML5 local storage.
  2. Homepage which contains a mashup page with web services.
  3. About and contact pages.
  4. Design the pages using CSS3 or jQuery etc.
  5. Check your JavaScript code quality using JSLint tool.
  6. Draw a class diagram for school library system.

LOGIN PAGE:

  • The login page consists of two text fields to enter the username and password.

  • User can login using their facebook id's.

  • User can login using their gmail id's.

  • Code:

REGISTRATION PAGE:

  • The registration page consists of text fields in which a new user should fill them with their first and last names, create a username for themselves. A password must be entered and then confirm it to get registered.

  • User information used in the login and register pages will be stored in the local storage.

  • Code

HOME PAGE:

  • The home page is a mashup of two web services. The home page includes google search api and the text to speech api.

  • It displays the sign out option for the user.

  • Code:

ABOUT PAGE:

  • The About page displays a brief description of the project idea inside the page.
  • Code

CONTACT PAGE:

  • The contact page displays the contact information of the lab team members.

ZENHUB:

  • Five issues were been created and assigned to the team members.
  • Contributions done by the team members.
  • Increment1
  • Increment 2
  • Increment 3

JSLINT:

  • To find the proximity of the code using jslint.

CREATELY TOOL

  • To draw a class diagram for the school library system.