Example CRM is a lightweight frontend template for a Customer Relationship Management (CRM) system, built with React, TypeScript, and Vite. It provides a modern interface for managing customers and can be easily extended with a backend API.
- React + TypeScript for type-safe development
- Vite for fast builds and hot-reloading
- Mock data using
db.jsonfor frontend testing - Modular and reusable UI components
- Easy to integrate with any backend
- React - UI library
- TypeScript - Static typing
- Vite - Build tool & development server
- JSON - Mock database
git clone https://github.com/Fuad2199/example-crm.git
cd example-crm
npm installnpm run server
npm run dev