A production-ready marketing website for ENDICODE agency featuring modern design, interactive automation demos, and intelligent lead processing.
- 🎨 Modern Design: Glass-morphism UI with electric-blue and neon-mint color palette
- 🚀 Performance Optimized: Built for Lighthouse scores >95 across all categories
- 🤖 Interactive Demos: Live automation demos with lead triage and CSV scoring
- 📱 Responsive: Mobile-first design that works on all devices
- ♿ Accessible: WCAG compliant with proper focus states and aria labels
- 🎬 Animated: Smooth page transitions and micro-interactions using Framer Motion
- 🔍 SEO Ready: Complete metadata, OpenGraph, sitemap, and structured data
- Frontend: React 18 + TypeScript + Vite
- Routing: Wouter (lightweight React router)
- Styling: Tailwind CSS with custom design system
- UI Components: shadcn/ui + Lucide React icons
- Animations: Framer Motion
- Forms: React Hook Form + Zod validation
- Charts: Recharts for ROI visualization
- CSV Processing: Papa Parse (client-side only)
- Backend: Express.js with in-memory storage
- Node.js 18+
- npm or yarn
- Clone the repository
- Install dependencies:
npm install