Back to Refine

README

examples/blog-refine-digital-ocean/README.MD

3.25.02.2 KB
Original Source
<div align="center" style="margin: 30px;">

<div align="center"> <a href="https://refine.dev">Home Page</a> | <a href="https://discord.gg/refine">Discord</a> | <a href="https://refine.dev/examples/">Examples</a> | <a href="https://refine.dev/blog/">Blog</a> | <a href="https://refine.dev/docs/">Documentation</a> </div> </div> <div align="center">Build your React-based internal tools, admin panels, dashboards, B2B apps with flexibility in mind. An open source, headless web application framework developed with flexibility in mind.

</div>

About

⭐ You can view the live demo of the application here.

This is a CRM (Customer Relationship Management) example project built using Refine and Ant Design. It provides a set of tools and features to manage customer data, track interactions, and streamline business processes.

The application includes features such as dashboard analytics, a calendar for scheduling appointments, a scrum board for task management, and CRUD operations for managing companies, contacts, and quotes.

Refine is a React-based powerful framework for building data-heavy internal tools like dashboards, admin panels, storefronts and all type of CRUD apps. It comes with a core package that simplifies app requirements like data handling, authentication, access control, etc.

Try this example on your local

bash
npm create refine-app@latest -- --example blog-refine-digital-ocean

Try this example on CodeSandbox