An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Airbnb Clone with Next.js and Tailwind CSS

![Screen Shot 2021-10-19 at 15 35 53](https://user-images.githubusercontent.com/3246481/137986710-e3e9610d-245b-466b-93b1-90760746a51a.png)

## Preview

Preview the Airbnb Clone live on [StackBlitz](http://stackblitz.com/):

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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):

[![Deploy with Vercel](https://vercel.com/button)](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)).