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.
- mysql
- Scene Builder
- Jdbc Connector
- JavaFX libraries
- VsCode
1. The Login Page
- 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 Button logout if it is cliked it will switched back to the login page
- Button Sign Up if it is cliked
It display the sign up page
2. The Sign up Page
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 Button Back clicked it switched back to the login page
3. Here is the database Table