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
- Host: GitHub
- URL: https://github.com/facuperezm/real-estate
- Owner: facuperezm
- Created: 2024-01-10T18:30:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-21T19:19:59.000Z (11 months ago)
- Last Synced: 2024-10-02T07:42:14.326Z (7 months ago)
- Topics: astro, contentful
- Language: Astro
- Homepage: https://inmobiliaria.facupm.dev
- Size: 11.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
[](https://inmobiliaria.facupm.dev)

## 🚀 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)
[](https://facuperezm.vercel.app/)
[](https://www.linkedin.com/in/facuperezm/)
[](https://github.com/facuperezm)