This project is a clone of Airbnb. It is a full-stack web application that replicates the core functionality of Airbnb, enabling users to browse listings, view property details, manage bookings, and authenticate securely. It emphasizes responsive UI, real-time availability, scalable architecture, and a seamless user experience across devices.
Preview the example live on StackBlitz:
Client: JavaScript, Next.js, TailwindCSS
Clone the project
git clone https://github.com/Aastik-Mandil/Airbnb.gitGo to the project directory
cd AirbnbInstall dependencies
npm installStart the server
npm run dev