DwellSmart is a modern frontend-only web project built using React, Vite, Tailwind CSS, and Shadcn UI.
It represents the UI of a real estate platform where users can explore property listings, read testimonials, and navigate through different sections — built purely for learning and showcasing UI skills.
This is a UI-focused project designed to replicate the feel of a professional real estate website.
It includes:
- A navbar with logo and navigation links
- Hero section introducing the platform
- Feature highlight cards
- Property showcase cards
- Testimonials section (Swiper-powered carousel)
- Footer with quick links and branding
⚠️ The project is not fully responsive yet — it’s currently optimized for desktop view.
| Technology | Purpose |
|---|---|
| React | Component-based UI library |
| Vite | Fast build tool and dev environment |
| Tailwind CSS | Utility-first styling framework |
| Shadcn/UI | Beautiful and accessible prebuilt components |
| Radix UI | Primitives used internally by Shadcn components |
| class-variance-authority (CVA) | Handles Tailwind variant management (e.g. button sizes & colors) |
| lucide-react | Icon library for clean, modern icons |
| Swiper (swiper.js) | Responsive, touch-friendly carousel used for testimonials and sliders |
| Framer Motion (optional) | For smooth animations and fade-ins across sections |