A simple "Hello World!" Java Swing application developed for the "Ingeniería de Procesos de Software" (IPS) course.
The main purpose of this project is to demonstrate a fundamental understanding of collaborative software development workflows using Git and GitHub. It serves as a practical exercise in version control, covering key operations such as:
- Branching and merging strategies.
- Making commits with clear, descriptive messages.
- Pushing and pulling changes to a remote repository.
- Java: Core programming language.
- Java Swing: Toolkit used to create the simple Graphical User Interface (GUI).
- Git & GitHub: For version control and collaborative development.
This project was created as a learning exercise for academic purposes.