You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Main.java:** The main class to start the application. It initializes the login page.
9
11
-**IDandPasswords.java:** Stores predefined usernames and passwords in a HashMap.
10
12
-**LoginPage.java:** Creates the login page with text fields for username and password, along with login and reset buttons. It validates user input and displays appropriate messages.
@@ -27,6 +29,6 @@ public IDandPasswords() {
27
29
-**Reset Functionality:** Users can reset the input fields with the click of a button for convenience.
28
30
-**Welcome Message:** Upon successful login, users are greeted with a welcome message and provided with a clickable link to navigate to a custom domain.
29
31
30
-
## Usage
31
-
[Insert video sample of the working application here]
0 commit comments