This is a React based CRM focused on data analytics and sales team tools to improve efficiency and cohesion. The theme of this CRM is brewery and is aimed toward start-up to small breweries.
The J-CARD Brewery Solutions’ mock CRM is a sophisticated yet user-friendly tool designed specifically for start-up or small brewery companies. This platform focuses on delivering essential customer relationship management features in a brewery-themed aesthetic, making it relatable and engaging for its users. Built on the robust MERN stack, it offers a seamless experience for managing data and facilitating business operations in real-time.
With interchangeable dashboard components based on user permissions, the application ensures that users can only access the data relevant to their roles. This feature is crucial for maintaining data integrity and security while providing an effective way to track various aspects of business performance.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.