Frontend
Frontend application details, technology stack, and development guides
Overview
Frontend application for EcoImpactHub.
Repository
- GitHub: ecoimpacthub-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/ecoimpacthub-frontend
cd ecoimpacthub-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.