An Airbnb clone built with Next.js, Tailwind CSS, React Hook Form, and other libraries.
This project is a replica of the popular Airbnb platform, created using Next.js for the frontend, Tailwind CSS for styling, React Hook Form for form handling, and other relevant technologies.
- [List key features of your Airbnb clone]
- Next.js
- Tailwind CSS
- React Hook Form
- [Other relevant libraries and technologies]
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/falase2/airbnb.git
- Navigate to the project folder:
cd airbnb-clone
- Install dependencies:
npm install
- Start the development server:
npm run dev