This is a React TypeScript project for redesigning the Sentisum customer feedback analytics platform with modern UI/UX principles.
- UI/UX Improvement with Interactive pie charts.
- product Onboarding flow.
- Smart Alerts with View all functionality.
- React 18 with TypeScript for type safety
- Vite for fast development and building
- Tailwind CSS for utility-first styling
- Recharts for data visualization
- Lucide React for beautiful icons
The project uses modern development practices:
- TypeScript: Full type safety and better developer experience
- ESLint: Code quality and consistency
- Tailwind CSS: Rapid UI development with utility classes
- Component Architecture: Reusable, maintainable components
npm install
npm run dev
npm run build