A modern, premium Customer Relationship Management system built with React, Vite, and Node.js. This application provides essential tools for managing contacts, tracking sales pipelines, and visualizing core metrics—all modeled after the world's top CRM platforms.
- Authentication & Dashboard: Secure access with a premium, glassmorphism-styled dashboard layout.
- Contact & Lead Management: 360-degree view of your clients and prospects with dynamic filtering.
- Sales Pipeline: visual Kanban board to track deals across different lifecycle stages.
- Premium Aesthetics: Custom design system built on Vanilla CSS for enhanced performance and visual wow-factor.
- Frontend: React.js, Vite, React Router, Lucide Icons, Vanilla CSS
- Backend: Node.js, Express.js, REST API Architecture
Follow these instructions to start both the frontend and backend development servers.
- Open a terminal and navigate to the
backenddirectory:cd backend - Install dependencies:
npm install
- Start the Express server:
The API will run on http://localhost:5000
npm run dev
- Open a new terminal and navigate to the
frontenddirectory:cd frontend - Install dependencies:
npm install
- Start the Vite development server:
The UI will run on http://localhost:5173 (or as output by Vite).
npm run dev
- Email: admin@globussoft.com
- Password: password123
- Database schema integration (PostgreSQL or MongoDB).
- Real-time notifications and socket.io integration.
- Advanced reporting logic for dashboards.