/Airbnb-clone

This is the repository for the build of Airbnb Clone using the amazing and Fast NextJS which provides ServerSide Rendering and inbuilt routing to different pages. Here I also use ReactJS for functional reusable components, Tailwind CSS for giving Beautiful and responsive design to the website, react date range, date fns for mapping through dates, Map Box for integrating the map to the website and geolib for accessing the searched location. Go to the link below to checkout this build.

Primary LanguageTypeScript

airbnbclone

Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
# or
pnpm create next-app -- --example with-tailwindcss with-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).