-
Entrega Transport Services is a Java-based command-line application that I had the opportunity to develop. It was a fascinating project that aimed to simplify shipping logistics for users by providing a user-friendly interface and accurate cost estimates.
-
The primary focus of Entrega Transport Services was to offer a comprehensive solution for road, air, and cargo shipping methods. With this application, users could log in or sign up to access the system and explore different shipping options available to them.
-
One of the key features I implemented was a dynamic pricing algorithm, which calculated shipping costs based on parcel weight and the selected shipping method. This ensured that users received precise and fair cost estimates tailored to their specific shipment requirements.
-
Additionally, the application estimated shipping duration based on factors such as the selected shipping method and parcel weight. This feature helped users plan their shipments more effectively by providing realistic delivery timelines.
-
Overall, the Entrega Transport Services project was an exciting challenge that allowed me to showcase my Java programming skills while addressing real-world shipping logistics needs.
Concepts Used :
- Inheritance
- Package
- Interface
- File handling
- Object-oriented programming (OOP)
- Expection Handling