A Django application for managing real estate properties, demonstrating the LiveComponents library.
- Property Grid: Displays properties in a responsive grid layout
- Interactive Cards: Each property card has 3 modes:
- Overview: Image, title, price
- Detail: Complete information (city, creation date, etc.)
- Edit: Inline property editing
- Live Search: Filter the grid by typing into the search bar
- Create Properties: Create new listings with the inline create form
- State Management: LiveComponents for reactive UI without page reloads
- Django 5.2.6
- LiveComponents
- HTMX
- Tailwind CSS
- UV (package manager)
uv syncpython manage.py migratepython manage.py runserverGo to http://localhost:8000