Aryanchand0310 / GamerBux

Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GamerBux

Project Report : reportfinal.pdf

Screenshots

sc1

sc2

sc3

sc4

sc5

sc6

sc7

sc8

sc9

sc10

We are using firebase as our database and we are using pyrebase library to use it’s feature. The main reason for using firebase is that Firebase is a platform developed by Google(so there will not any security issues) and it is providing realtime access to data. For GUI I am using Kivy and purpose of using it is that Kivy is a free and open source Python framework for developing desktop application and other multitouch application software with a natural user interface. This authentication system includes several activities-:

  1. Main page /Login Page  On this page there are 2 input fields which collect email and password from user.  There is a login button which performs the authentication process from firebase database on click event(onclick) and if authentication is successful then user can access dashboard and if it is unsuccessful it will display an error message.  And there are two links ,the first will navigate user to forgot password page and the second one will navigate user to signup page.
  2. Forgot password page  This page contains back button on top which will navigate user to main page on button click(onclick).  There is an input field which collect user email to reset password and there is a button (send login link-:button name)which will send link to reset password on that email.
  3. Signup page  This page contains back button on top which will navigate user to main page on button click(onclick).  On this page there are three input fields which collects username , email and password respectively.  There is a signup button which check if all details are valid or not on click event(onclick) and if details are valid it will display a signup success message and if details are invalid it will display an error message.

About

Game


Languages

Language:HTML 65.0%Language:TeX 34.5%Language:Python 0.5%