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.git
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
:
npm install
npm run dev
# or
yarn install
yarn dev
Deploy the example using Vercel: