Skip to content

A simple user authentication application build with java and javafx

Notifications You must be signed in to change notification settings

Yidne21/LoginAndSignUp_Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A JavaFX App which Authenthicate and Registers A student

This App Accepts Students email and Password inputs to logging them to there account and if they don't have account it enables them to sign up.

Tools used

  • mysql
  • Scene Builder
  • Jdbc Connector
  • JavaFX libraries

IDE used

  • VsCode

Let's look each interfaces

1. The Login Page

Login

  • if Button Login clicked, then the app compares the given password and email in the database.

  • if they are correct it display The Welcome page which is shown below Login Button logout if it is cliked it will switched back to the login page

  • if they are not correct it will display an Error alert which is shown below Login

  • Button Sign Up if it is cliked It display the sign up page

    2. The Sign up Page

Login Button Register if it s cliked it checks all the fields are not null and both password is matched it register the user and switch back to the login page else

  • if password doesn't match it displays an error alert shown below Login
  • if one of the fields is null it displays the following Login

  • If Button Back clicked it switched back to the login page



3. Here is the database Table

Login


About

A simple user authentication application build with java and javafx

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages