AirBnB Clone

Full Stack Developer2022

The Airbnb Clone simplifies travel planning by seamlessly connecting guests with unique, handpicked accommodations for a hassle-free booking experience.

ReactNode.jsPostgreSQLExpressTailwind CSS
github.com

InmoPlus is a full-stack property rental platform inspired by Airbnb. Built as a portfolio project to demonstrate end-to-end product development skills — from database design to UI polish.

The frontend is a React SPA with map-based property browsing, a multi-step booking flow, and a host dashboard for managing listings and reservations. The backend is an Express API backed by PostgreSQL with full CRUD for properties, bookings, and users.

Features include: date-range availability checking, dynamic pricing by season, image upload for listings, and email notifications for booking confirmations.

This project deepened my understanding of relational data modeling, specifically around the challenge of preventing double-bookings through proper date overlap queries.