Skip to content

Hill-Coding/car-rental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Rental

Java implemantation of Car Rental service.

Technologies

  • Java 17

Getting started

To run this project:

  1. Clone repository git clone https://github.com/Hill-Coding/car-rental
  2. Compile and run project with Java

Roadmap

  • Implement core functionalities in plain Java
  • Write unit tests
  • Add database

TODO

  • Create i/o package and move Scanner from CarRentalControl.java to separate class. In this class create method (ex. public int getInt()) which reads int and next line.
  • In CarRentalControl.java create three methods (or one if it's possible) for reading int from keyboard (using 'getInt()' method from i/o package). These methods need to return proper enum values (ex. MainOptions, CarMenuOptions) and catch exceptions (NoSuchOptionException and InputMismatchException).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages