Frontend
Frontend application details, technology stack, and development guides
Overview
Frontend application for HousingVista.
Repository
- GitHub: housingvista-frontend
Technology Stack
| Category | Technology |
|---|---|
| Framework | React 19 |
| Language | TypeScript 5.8+ |
| Build Tool | Vite |
| Styling | TailwindCSS v4 |
| UI Components | Radix UI + shadcn/ui |
| State Management | Zustand + React Query |
| Routing | React Router |
| Forms | React Hook Form + Zod |
Development
git clone https://github.com/algoshred/housingvista-frontend
cd housingvista-frontend
npm install
npm run dev
Build
npm run build
npm run preview
Code Quality
npm run lint
npm run format
npm run test
Architecture
Modern React application with component-based architecture and strict TypeScript typing.