#My Personal Project
This hotel recommender will recommend a hotel based on given choice list and the limit of price or satisfaction.
People who are confused with choosing hotel or who want to leave their comment of a hotel will use this app.
Because I have difficulty when choosing a hotel and spend a lot of time on it.
##User Story
As a user, I want to be able to quit this app.
As a user, I want to be able to add a hotel to the hotel list.
As a user, I want to be able to delete a hotel from the hotel list.
As a user, I want to be able to view current list of hotel.
As a user, I want to be able to get a recommendation at a price range.
As a user, I want to be able to get a recommendation at a satisfaction range.
As a user, when I select the quit option from the application menu, I want to be reminded to save my Hotel list to file and have the option to do so or not.
As a user, when I start the application, I want to be given the option to load my Hotel list from file.
##Phase 4: Task 2
Fri Apr 01 13:21:12 PDT 2022
Hotel name: a has been added
Fri Apr 01 13:21:16 PDT 2022
Hotel name: b has been added
Fri Apr 01 13:21:23 PDT 2022
Hotel name: c has been added
Fri Apr 01 13:21:25 PDT 2022
Hotel index: 2 has been deleted
Fri Apr 01 13:21:26 PDT 2022
Hotel index: 1 has been deleted
Fri Apr 01 13:21:31 PDT 2022
Hotel name: d has been added
##Phase 4: Task 3
If I have more time, I will add more pictures to make this app more fancy. And I will try my best to make the app faster, like change the algorithm to make the add and delete be O(logn) and make the recommendation O(1).