Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.56 KB

README.md

File metadata and controls

63 lines (45 loc) · 1.56 KB

Airbnb Clone

An Airbnb clone project built with Next.js, React, Prisma, and Node.js. This project aims to replicate the core features and functionalities of the Airbnb platform for property listings and reservations.

Table of Contents

Demo

Features

  • User authentication and authorization
  • Property listing creation and management
  • Property reservations and booking
  • User favorites and saved properties
  • Search and filter property listings
  • Real-time chat for property inquiries
  • Interactive maps for property locations
  • Responsive design for mobile and desktop

Technologies Used

Installation

  1. Clone the repository:

    git clone https://github.com/SudoKMaar/airbnb.git
  2. Change into the project directory:

    cd airbnb
  3. Install dependencies:

    npm install
    # or
    yarn install

License

This project is licensed under the MIT License.