chorylee / airbnb-clone2

Clone of the Airbnb website

Home Page:https://rent-properties-now.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airbnb clone

This is a clone of the official Airbnb clone

Deployment: Airbnb Clone 🏑

🚨 Attention: Test account 🚨

Take into account that if you want to test all the features of the app in production, you MUST create an account with credentials because the sign up and login with Google and Github do not work in production (they only work locally)

Installation

Clone the project

git clone https://github.com/peterjbone/airbnb-clone.git

Install the dependencies

npm install

Set the Prisma with MongoDB Atlas

npm i --save-dev prisma@latest
npm i @prisma/client@latest
npx prisma db push

Set the environment variables

  • DATABASE_URL
  • NEXTAUTH_SECRE
  • GITHUB_ID
  • GITHUB_SECRET
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME

Features πŸ‘€

  • Search and explore accommodations
  • Apply combined filters with buttons or in the search bar
  • Create account with credentials
  • Create and manage reservations for your trips ⭐
  • Create and manage your favorite accomodations ⭐
  • Create a listing to rent your property ⭐
  • Manage your properties ⭐
  • Manage the reservations in your properties ⭐

Captures of the app

Desktop version

gif

Mobile version

gif

Login with credentials

gif

Login with google

gif

Create a listing to rent your property

gif

Search and explore accommodations

gif

Apply combined filters with search bar

gif

Favorites

gif

Tech

License

MIT

About

Clone of the Airbnb website

https://rent-properties-now.vercel.app

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 0.7%Language:CSS 0.3%