This is a Java application for managing vehicles.
You will need the following software installed on your computer:
- Java JDK 8 or later
- A text editor or IDE
- Clone the repository:
git clone https://github.com/stephenombuya/vehicleapp/tree/main- Navigate to the project directory:
cd vehicleapp- Compile the Java code:
javac -cp ./*.java src/*.java- Run the application:
java MainThe VehicleApp application allows you to manage a fleet of vehicles. You can add, remove, and view vehicles.
We welcome contributions to this project. To contribute, please fork the repository and submit a pull request.
This project is licensed under the GNU GPL-3.0 license. See the LICENSE file for more details.