Java project for creating user, check login and group management.
- Java
- Apache NetBeans IDE
The project consists of three main exercises aimed at demonstrating fundamental programming skills:
This exercise allows users to input usernames and passwords, which are then stored in a text file.
Users can log in by providing their username and password. The program checks the credentials against the stored data in the text file.
Users can input group names, which are then stored in another text file. The program checks for existing groups to prevent duplication.
To run the project:
- Clone the repository to your local machine.
- Open the project in Apache NetBeans IDE.
- Compile and run the
Practica2.java
file.