Frontend for CRM system built with Next.js 15, React 19, and TypeScript.
⚠️ Project Status: In active development. Features and API may change.
- Next.js 15 - App Router with Turbopack
- React 19 - Latest React with concurrent features
- TypeScript - Type-safe development
- Tailwind CSS 4 - Utility-first styling
- Lucide React - Icon library
- Node.js 18+
- Backend API running on
http://localhost:5555
# Install dependencies
npm install
# Start development server
npm run devnpm run build
npm start- Authentication - User login/registration with JWT
- Dashboard - Personalized user interface
- Activity Management - Full CRUD operations
- Organization Integration - Dynamic organization selection
- Theme Support - Dark/light mode toggle
- Responsive Design - Mobile-first approach