Create a Java program that will let the user choose between organisers and volunteers. Then let them choose their work area (For example - California, Las Vegas, Washington DC, New York etc.) Then -1) Sign-up option is for organisers and volunteers to store their information (First Name, Last Name, User Name, E-mail, Phone Number, Password) in a text file. Also, store organizations name and how many times worked before to the organisers and volunteers section respectively.
2) Log in part is for authentication. Let the user input their username and password. If the username and password remain in the text file we've created in the Sign-up section, it will print "User successfully logged in". If there's not, it will print "Invalid Username and Password."NB- It will not use any graphical interface. Just basic java code. For clear exposure, a photo is attached.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here