/User-Authentication

Java project for creating user, check login and group management.

Primary LanguageJava

User-Authentication - By Miquel

Java project for creating user, check login and group management.

Technologies Used:

  • Java
  • Apache NetBeans IDE

Overview

The project consists of three main exercises aimed at demonstrating fundamental programming skills:

Exercise1

This exercise allows users to input usernames and passwords, which are then stored in a text file.

Exercici1 Screenshot

Exercise2

Users can log in by providing their username and password. The program checks the credentials against the stored data in the text file.

Successful Login:

Exercici2 Successful Login

Failed Login:

Exercici2 Failed Login

Exercise3

Users can input group names, which are then stored in another text file. The program checks for existing groups to prevent duplication.

Group Exists:

Exercici3 Group Exists

Group Doesn't Exist:

Exercici3 Group Doesn't Exist

How to Run:

To run the project:

  1. Clone the repository to your local machine.
  2. Open the project in Apache NetBeans IDE.
  3. Compile and run the Practica2.java file.