rustic-real

byKhizer Qureshi

Create a real estate website

HomeListingsContactProperty
Home

Comments (0)

No comments yet. Be the first!

Project Tasks10

#1

Implement Theme & Global Structure

To Do

As a developer, I want to implement the global theme, color palette, typography, and layout structure across all pages so that the app visually matches the rustic-real mock designs. This includes setting up CSS variables for Deep Green (#2E8B57), Warm Beige (#F5F5DC), Brick Red (#B22222), Soft White (#FAFAFA), and Roboto/Open Sans fonts. Remove any scaffold pages not needed (e.g., welcome, dashboard/overview, dashboard/ai-assistant, dashboard/settings). This task must be completed before all other page implementation tasks.

AI 80%
Human 20%
High Priority
1 day
AI Credits:4
Frontend Developer
#4

Build Property Detail Page

To Do

As a buyer, I want to view full property details including a photo gallery carousel, price, location, description, and a direct contact/inquiry option. Implement the Property Detail page based on the existing JSX design (Property v2). Includes: image gallery with carousel, property specs, map embed showing property location, and a 'Contact Seller' CTA. Page is reached from Listings and links to the Contact page.

Depends on:#1
Waiting for dependencies
AI 90%
Human 10%
High Priority
2 days
AI Credits:8
Frontend Developer
#5

Build Contact Page

To Do

As a buyer, I want to submit an inquiry about a property through a contact form with fields for name, email, phone, subject, and message. Implement the Contact page based on the existing JSX design (Contact v2). Includes: ContactHero, ContactInfoStrip, ContactForm, ContactSidebar, OfficeLocationsMap, FAQAccordion, SocialAndCommunity, and Footer sections. Page is reached from Property Detail and Home map pins.

Depends on:#1
Waiting for dependencies
AI 90%
Human 10%
High Priority
2 days
AI Credits:8
Frontend Developer
#3

Build Listings Page

To Do

As a buyer, I want to browse property listings with essential details like price, location, and description, and apply filters to refine results. Implement the Listings page based on the existing JSX design (Listings v2). Includes: filter sidebar (price range, location), property cards with thumbnail, price in INR, location, and description, and pagination. Page is reached from the Home map/filters and links to Property Detail.

Depends on:#1
Waiting for dependencies
AI 90%
Human 10%
High Priority
2 days
AI Credits:8
Frontend Developer
#2

Build Home Page

To Do

As a buyer, I want to use the Home page to explore an interactive map of India with property pins, apply dynamic filters for price and location, and see micro-animations on pin drops and transitions. Implement the Home page based on the existing JSX design (Home v2). Includes: NavBar, Hero with interactive map, filter panel, hover interactions showing property previews, and a 'Contact Seller' button on each pin. Page links to Listings and Property Detail pages.

Depends on:#1
Waiting for dependencies
AI 90%
Human 10%
High Priority
3 days
AI Credits:9
Frontend Developer
#8

Implement Contact Inquiry API

To Do

As a buyer, I want to use a backend API to submit a property inquiry form so that my message is saved and the seller/agent is notified. Implement FastAPI endpoint: POST /api/inquiries accepting name, email, phone, subject, message, and optional property_id. Store in MySQL inquiries table with Alembic migration. Return success confirmation.

Depends on:#5
Waiting for dependencies
AI 75%
Human 25%
Medium Priority
1 day
AI Credits:5
Backend Developer
#6

Implement Properties Listing API

To Do

As a buyer, I want to use a backend API to fetch property listings with filtering by price range and location so that the Listings and Home pages can display real data. Implement FastAPI endpoints: GET /api/properties (with query params: min_price, max_price, location, page, limit), returning property id, title, price (INR), location, description, thumbnail URL, and coordinates. Include MySQL schema for properties table and Alembic migration.

Depends on:#2#3
Waiting for dependencies
AI 75%
Human 25%
High Priority
2 days
AI Credits:7
Backend Developer
#7

Implement Property Detail API

To Do

As a buyer, I want to use a backend API to fetch full property details including photo gallery URLs so that the Property Detail page displays complete information. Implement FastAPI endpoint: GET /api/properties/{id} returning all property fields plus an array of image URLs for the gallery carousel. Include Alembic migration for property_images table.

Depends on:#6#4
Waiting for dependencies
AI 75%
Human 25%
High Priority
1.5 days
AI Credits:6
Backend Developer
#9

Integrate Frontend with Backend APIs

To Do

As a buyer, I want all pages to load real property data from the backend so that the browsing experience reflects actual listings. Wire up the Home map, Listings page filters, Property Detail page, and Contact form to their respective FastAPI endpoints using React fetch/axios. Handle loading states, error boundaries, and empty states for a polished experience.

Depends on:#7#6#8
Waiting for dependencies
AI 80%
Human 20%
High Priority
2 days
AI Credits:7
Frontend Developer
#10

Ensure Responsiveness & Accessibility

To Do

As a buyer using mobile or tablet, I want all pages to be fully responsive and accessible so that I can browse properties on any device. Audit and fix all pages (Home, Listings, Property, Contact) for mobile breakpoints, touch-friendly tap targets (min 44x44px), keyboard navigation, WCAG 2.1 contrast ratios, and screen reader compatibility. Test on iOS Safari, Android Chrome, and desktop browsers.

Depends on:#9
Waiting for dependencies
AI 65%
Human 35%
Medium Priority
1.5 days
AI Credits:5
Frontend Developer
Home design preview
Home: Explore Map
Home: Apply Filters
Listings: Browse Properties
Property: View Details
Property: View Gallery
Contact: Submit Inquiry