/ README.md
README.md
1 Fleet Manager 2 3 Fleet Manager is a Java application that allows users to manage a fleet of vehicles, including automobiles, motorcycles, and trucks. It provides functionalities to add, remove, and list vehicles, as well as calculate total maintenance costs. 4 Features 5 6 Add different types of vehicles (Automobile, Motorcycle, Truck). 7 8 Remove vehicles from the fleet. 9 10 Display the list of registered vehicles. 11 12 Calculate total maintenance costs for all vehicles. 13 14 Technologies Used 15 16 Java (OOP, Inheritance, Polymorphism) 17 18 JUnit (Unit Testing) 19 20 Maven (Dependency Management) 21 22 Installation & Usage 23 Clone the Repository witdh radicle 24 25 rad clone rad:zMTJeanBu5RNECdHY3vHKG7P7DU1 26 27 cd FleetManager 28 Compile and Run the Application 29 30 Make sure you have Maven installed, then run: 31 mvn clean package 32 java -jar target/Inheritance-1.0.jar 33 34 Run Tests 35 36 To execute unit tests: 37 mvn test 38 License 39 40 This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.