/fakebnb

An Airbnb clone built with React, Next.js, TailwindCSS

Primary LanguageJavaScript


fakebnb

fakebnb

Description

fakebnb is an Airbnb clone for improve myself using React.js(Next.js) + tailwindcss.

Features

  • Light/dark mode
  • Live previews
  • API Routes
  • Authentication
  • Search Page
  • Map
  • Payment

💻 Tech

HTML5 CSS3 TailwindCSS JavaScript React Next JS Vercel Yarn Babel Stripe Mapbox

📦 Configuration

git clone https://github.com/turhansel/fakebnb.git

Step 1. You should have know-how about next-auth, stripe and mapbox.

Step 2. Set up environment variables

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

Then set each variable on .env.local:

Step 3. Run Next.js in development mode

npm install
npm run dev

# or

yarn install
yarn dev

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel