Simple CRM - Customer Management Application
- Next.js
- TypeScript
- Tailwind CSS
- MongoDB
- GraphQL
- Apollo
- Redux
Simple CRM is a customer management application where you can view information about your business’s customers, employees, products, sales, and more.
Screenshots
Full Description
Simple CRM is a customer management system I developed with a focus on high scalability and speed, thanks to the use of GraphQL, a query language for APIs that allows clients to request only the data they need, reducing data transfer and improving performance.
The front-end is built with Next.js, a React framework that enables scalable and SEO-optimized web applications. I used TypeScript to ensure robust and maintainable code. For styling, I used Tailwind CSS, a CSS framework that allows for rapid and attractive design creation.
For the back-end, I used MongoDB as a NoSQL database for flexible and scalable data storage, and GraphQL to create an efficient API for client data queries.
This project taught me a lot about using GraphQL in web applications and improved my skills in developing scalable and optimized web solutions.