Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.34 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.34 KB

Swift Airbnb Clone

This is a comprehensive iOS application built with SwiftUI that replicates the core features and functionalities of the Airbnb app. The app allows users to explore listings, search for accommodations based on destinations, view listing details, and more.

Features

Explore View UI: A beautifully designed user interface that showcases available listings with images, titles, and prices. Custom Search Bar: An intuitive search bar that allows users to filter listings based on their preferences. Listing Detail View: Detailed information about each listing, including images, descriptions, amenities, and pricing. Destination Search View: A feature that enables users to search for listings based on their desired destination. Listing Data Model: A robust data model that efficiently manages and organizes listing data. Data Model Injection: Seamless integration of the data model throughout the application. Listing Map View: An interactive map view that displays the locations of available listings. Listing Search by Region: A feature that allows users to search for listings within specific geographic regions.

Project Setup

To get started with the project, follow these steps:

Clone the repository: git clone https://github.com/your-repo-url.git Open the project in Xcode. Build and run the project on the iOS Simulator or a physical device.