GreenMileageEfforts
GreenMileageEfforts is a desktop application for managing your carpooling. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
- If you are interested in using GreenMileageEfforts, head over to the Quick Start section of the User Guide.
- If you are interested about developing GreenMileageEfforts, the Developer Guide is a good place to start.
Acknowledgements
- Libraries used: JavaFX, Jackson, JUnit5
- Project based on SE-EDU/AddressBook-Level3