An open API service indexing awesome lists of open source software.

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

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