An open API service indexing awesome lists of open source software.

https://github.com/matheusadc/reparo-veiculos

The code aims to enable the management of vehicles to be repaired or already repaired within an Auto Repair Shop.
https://github.com/matheusadc/reparo-veiculos

eclipse-ide java lpoo

Last synced: about 1 year ago
JSON representation

The code aims to enable the management of vehicles to be repaired or already repaired within an Auto Repair Shop.

Awesome Lists containing this project

README

          

# description icon Description
The code aims to enable the management of vehicles to be repaired or already repaired within an Auto Repair Shop.

# menu icon Menu
### Initial Menu
![image](https://github.com/user-attachments/assets/87c71dac-0b87-4091-9b26-ef77f7fa594b)

# java icon Functionalities
## 1. Add Car
Adds the vehicle by providing the license plate, model, issue, and service cost.
### Add
![image](https://github.com/user-attachments/assets/71c0161d-987d-42d6-8b72-f2c530269fbb)

## 2. Consult Car
Checks the existence of the car by the provided license plate and, if it exists, displays the relevant information.
### Consult
![image](https://github.com/user-attachments/assets/147d6d62-cba5-462b-bce9-a4daf1ff8b55)

## 3. Remove Car
Removes the vehicle by providing the license plate.
### Remove
![image](https://github.com/user-attachments/assets/8654fc9f-9054-4f43-8998-9da883e15795)

## 4. List all cars
Lists all the cars registered in the system.
### List
![image](https://github.com/user-attachments/assets/864fabd7-eb1e-4477-9ffd-ab6867cf0ab8)

## 5. Exit
The break inserted in the code is executed when the "5" key is pressed.


> [!CAUTION]
> For the vehicle addition function, there is a check that prevents adding an already existing vehicle. As for the other functions, there is a check that allows verifying whether the vehicle exists or not within the Auto Repair Shop.