This Real Estate Application is a project I developed using Vue.js and Vite. It's a full-featured housing marketplace that allows users to browse, search, and manage real estate listings through a responsive, modern interface. The application is built with the Composition API and uses Pinia for state management, with a centralized store to handle property data. I integrated a REST API via Axios to support all CRUD operations. The platform includes dynamic listing filters, keyword search, and sorting by price or size, all optimized for desktop and mobile usability. Each listing includes a detail page featuring high-quality images, property specifications, location data, and recommended nearby listings. I implemented a full listing management flow—users can create, edit, and delete their properties through intuitive forms with built-in validation and confirmation dialogs. The codebase follows a clean, component-based architecture with reusable UI components and scoped styles using SCSS.