This app lists and stores the loans a user could have access, based on their input information.
The app has been built using Python and uses Fire and Questionary libreries to create a better user experience.
To run this app you need to have Python installed on your workstation.
Additionally, you will need to install Fire and Questionary.
$ pip install fire
$ pip install questionary