An open API service indexing awesome lists of open source software.

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.

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.
![Untitled design (3)](https://github.com/user-attachments/assets/d996b758-c087-46bb-ace0-b1607518bab4)

## 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
```