This is a demo application that display list of apartments with booking functionlaity.
This application uses an api to display apartments with following functionlity
- List of apartment
- Search by From, To Dates and Number of Bedrooms
- Booking facility
- Once Booked, it cannot be booked again in same date span
First, we have hard coded location User can tap "location" (location default icon on top-right) to use current location If previously denied, restriced, we will display dialog to allow location services in Settings of iPhone
- AWS api for apartment data
- MVP Architecture
- Xcode Version 12.4 (12D4e)
- SDKs - iOS 14.4
- Apple Swift version 5.3.2
- Only apple's default UI components like UITableView, UIButton
- CoreData for Booked aprtment information
- URLSession for Netorking
- No third party library is used.
- Download OR Use Git or checkout with SVN using the web URL. https://github.com/digitacs/property.git
- Build
- Run
Only one Module is in the application: List
