https://github.com/evertcode/airbnb-clone
Airbnb UI Clone App with Next.js and Tailwind CSS
https://github.com/evertcode/airbnb-clone
javascript nextjs reactjs tailwindcss
Last synced: 11 months ago
JSON representation
Airbnb UI Clone App with Next.js and Tailwind CSS
- Host: GitHub
- URL: https://github.com/evertcode/airbnb-clone
- Owner: evertcode
- Created: 2021-08-07T00:37:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T20:37:06.000Z (over 4 years ago)
- Last Synced: 2025-01-13T05:29:33.346Z (about 1 year ago)
- Topics: javascript, nextjs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://airbnb.evertcode.com
- Size: 543 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Airbnb Clone with Next.js and Tailwind CSS

## Preview
Preview the Airbnb Clone live on [StackBlitz](http://stackblitz.com/):
[](https://stackblitz.com/github/evertcode/airbnb-clone)
## Deploy your own
Deploy the Airbnb Clone using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
[](https://vercel.com/new/git/external?repository-url=https://github.com/evertcode/airbnb-clone&project-name=evertcode-airbnb-clone&repository-name=evertcode-airbnb-clone)
## How to use
```bash
git clone https://github.com/evertcode/airbnb-clone
cd airbnb-clone
npm i
npm run dev
# or
git clone https://github.com/evertcode/airbnb-clone
cd airbnb-clone
yarn
yarn run dev
```
Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).