https://github.com/sayandbera/airbnb
An Airbnb clone built with React Native and Expo, featuring property search, booking, authentication, and user profiles.
https://github.com/sayandbera/airbnb
airbnb-clone expo react-native
Last synced: 3 months ago
JSON representation
An Airbnb clone built with React Native and Expo, featuring property search, booking, authentication, and user profiles.
- Host: GitHub
- URL: https://github.com/sayandbera/airbnb
- Owner: sayandbera
- Created: 2025-03-18T06:03:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T06:41:35.000Z (over 1 year ago)
- Last Synced: 2025-06-22T16:54:56.925Z (about 1 year ago)
- Topics: airbnb-clone, expo, react-native
- Language: TypeScript
- Homepage: https://www.linkedin.com/in/sayandbera
- Size: 659 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Airbnb Clone - React Native Expo
This project is a clone of the Airbnb app built using React Native and Expo. It aims to replicate the core functionality and user experience of the original Airbnb application.

## Features
- **Search and Filtering:** Search for properties based on location, dates, guest count, and amenities. Filtering options allow users to refine their search results.
- **Property Listings:** Detailed property listings with high-quality images, descriptions, amenities, and pricing information.
- **User Authentication:** Secure user authentication system allowing users to create accounts, log in, and manage their profiles.
- **Booking System:** A functional booking system enabling users to reserve properties for specific dates. (Note: This may be a simulated booking system without actual payment processing in this clone.)
- **User Profiles:** Users can view and manage their profiles, including booking history and saved properties.
- **Map Integration:** (If implemented) Integration with a mapping service to display property locations on a map.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- Node.js and npm (or yarn) installed.
- Expo CLI installed (`npm install -g expo-cli`)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/sayandbera/airbnb
```