Skip to content

Project Report 1

UdayKiranDora edited this page Oct 15, 2016 · 1 revision

Log In Page

For the first increment we added the login, register and home page which is an interactive web page aimed for kids. In the login page we have username and password fields where we add the log in details to get to the home page. We also have Facebook log in tab where using OAuth 2.0 service and Facebook developer API, the user can log in using his/her Facebook account details and if the credentials are correct they get redirected to home page. If our user is a new user, we have a link at the bottom called “sign up” to redirect us to the registration page and there he can add his/her credentials to sign up or complete the registration process. After the registration is done the user gets logged in with his/her provided credentials and gets redirected to home page.

Welcome Page

Our home page is an interactive page where we have a canvas element, where when the user hovers the mouse the elements get scattered and basing on the mouse position the elements react. When the mouse is dragged out of the canvas element the elements restore back to their original positions. When user presses the log out button he/she gets redirected to the main startup page.

Clone this wiki locally