registrationForm

Registration Form

This project is a practice exercise for the subject of Interface Development (DI) in Java.

Download Program - Requires administrator if installed for all users

Features

App images

Captura de pantalla 2025-01-15 145245

Captura de pantalla 2025-01-15 145417 Captura de pantalla 2025-01-15 145429

Requirements

Setup

Clone the Repository

  1. Clone the repository:
     git clone https://github.com/Sacha1083/registrationForm.git
    
  2. Navigate to the project directory:
     cd registrationForm
    

Import the Project into IntelliJ IDEA

  1. Open IntelliJ IDEA.
  2. Select File > New > Project from Existing Sources....
  3. Navigate to the cloned project directory and select the pom.xml file.
  4. IntelliJ IDEA will automatically recognize the project as a Maven project. Click OK.
  5. Wait for IntelliJ to download the required dependencies and set up the project.

Build the Project

To build the project using Maven, run:

mvn clean install

Usage

To run the project, use the following command from the project directory:

java -jar target/registrationForm.jar

This will start the application and load the registration form.

Contributions

Contributions are welcome. If you find any issues or have suggestions, please open an issue in the repository or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.