https://github.com/alex-cultrera/user-login-verification
user verification system created with Java that reads a CSV containing user credentials, prompts users to enter login credentials, and provides feedback on their login status
https://github.com/alex-cultrera/user-login-verification
arrays buffered-reader file-io java scanner user-validation user-verification
Last synced: about 2 months ago
JSON representation
user verification system created with Java that reads a CSV containing user credentials, prompts users to enter login credentials, and provides feedback on their login status
- Host: GitHub
- URL: https://github.com/alex-cultrera/user-login-verification
- Owner: Alex-Cultrera
- Created: 2024-01-26T13:52:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T18:05:59.000Z (almost 2 years ago)
- Last Synced: 2025-05-13T20:37:02.728Z (about 1 year ago)
- Topics: arrays, buffered-reader, file-io, java, scanner, user-validation, user-verification
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Login Verification
Project where I used Java to create an application demonstrating a user validation system that reads user information from a file where the credentials are stored, allows users to enter their login credentials, and provides user feedback on their login status. The user data is stored in a CSV formatted text file named data.txt.
## Features
- User login verification