An open API service indexing awesome lists of open source software.

https://github.com/facuperezm/real-estate

🏠 Real state agency page built with Astro
https://github.com/facuperezm/real-estate

astro contentful

Last synced: 2 months ago
JSON representation

🏠 Real state agency page built with Astro

Awesome Lists containing this project

README

        

# Real Estate App

A modern real estate platform built with Astro and Contentful, designed to provide a seamless experience for property browsing.

[![Live Website](https://img.shields.io/badge/▶️-Live_Website-blue?style=for-the-badge)](https://inmobiliaria.facupm.dev)

![App Screenshot](./public/screenshots.png)

## 🚀 Quick Start

```bash
# Install dependencies
pnpm install

# Set up environment variables
cp .env.example .env

# Run development server
pnpm dev
```

## 🛠️ Tech Stack

- **Framework:** [Astro](https://astro.build/)
- **Styling:** [Tailwind CSS](https://tailwindcss.com/)
- **UI Components:** [Shadcn/ui](https://ui.shadcn.com/)
- **CMS:** [Contentful](https://www.contentful.com/)
- **Deployment:** Vercel

## 🔑 Environment Variables

```bash
CONTENTFUL_SPACE_ID=
CONTENTFUL_DELIVERY_TOKEN=
CONTENTFUL_PREVIEW_TOKEN=
PUBLIC_GOOGLE_MAPS_API_KEY=
```

## 📦 Features

- Responsive design
- Fast page loads
- SEO optimized
- Content management with Contentful
- Modern UI components

## 🔨 Development

```bash
# Run development server
pnpm dev

# Build for production
pnpm build

# Preview production build
pnpm preview
```

## 📝 To Do

- [x] Fix clickable area in main page components
- [ ] Add property search functionality
- [ ] Implement contact forms

## 👤 Author

Built with ❤️ by [Facundo Perez Montalvo](https://facuperezm.vercel.app)

[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://facuperezm.vercel.app/)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/facuperezm/)
[![github](https://img.shields.io/badge/github-555?style=for-the-badge&logo=github&logoColor=white)](https://github.com/facuperezm)