Introduction to the project and Ant Design
This section will introduce you to the project we'll develop and the Ant Design React library.
To illustrate the real-world use of UmiJS and Ant Design, we'll develop a frontend application for a CRM system.
A CRM system is a business application that allows a company to approach a customer, offer a solution, and develop a relationship with various strategic contacts to sell the right solution to the customer and guarantee their satisfaction.
In our example, the application has three main features: a dashboard with various reports, a registry tracking opportunities, and a registry of customers.
We'll also guarantee that our application is easy to be extended and modified in the face of business requirements, has a clean code style, and supports internationalization.
To build the interfaces of our frontend application, we'll use the Ant Design React library. Let's learn more about the antd
library and...