-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.TXT
executable file
·2 lines (2 loc) · 995 Bytes
/
README.TXT
1
2
This project originates from the assignment 4 of PPA 2017/2018 programming module taught by Dr Kolling. The main goal of the assignment was to make us work with GUI in Java and be able to handle an API , here a database as a csv file , containing data about London properties of Airbnb. First of all , I carried out this project because I wanted to make my own version of this assignment to fully code my own vision of how the application should look like and behave. I also wanted to strengthen my experience of programming in Java. Basically, this application is built as a multi-window app where the user chooses a price range and is shown with the properties matching that price range all across London. He has to create an account and log in with it to use the app. Finally in one of the windows , the user is also provided with a list of statisitics computed from the database.
The project specification can be found in the document called Assignment4.pdf located in the root folder.