fakebnb is an Airbnb clone for improve myself using React.js(Next.js) + tailwindcss.
- Light/dark mode
- Live previews
- API Routes
- Authentication
- Search Page
- Map
- Payment
git clone https://github.com/turhansel/fakebnb.gitCopy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
cp .env.local.example .env.localThen set each variable on .env.local:
npm install
npm run dev
# or
yarn install
yarn devDeploy the example using Vercel:
