DEV Community

Max Bantsevich for dev.family

Posted on

๐ŸŒŸAn open source solution in React to create a control panel in project quickly๐ŸŒŸ

Hi! We, as an outsourced company, have released an open source solution in React for developers that allows you to quickly create a beautiful control panel in the project and CRUD in it, but if you want you can make completely custom interfaces as well.

For whom:

  • For those who need to frequently create a control panel in projects
  • Those who want custom solutions, but don't want to use box solutions, but don't have money/time to develop them from scratch.
  • Those who don't have time to deal with existing solutions, which require a lot of time and effort to study

If you're already interested, check out the link https://github.com/dev-family/admiral
If you still don't understand anything, read the text below.

The features:
๐Ÿ“€ Out-of-the-box React components used.
โš™๏ธ It doesn't matter what the back-end is written on, only the REST API is needed from it.
๐Ÿ›ก It is written in TypeScript and has built-in typing.
๐Ÿ‘จโ€๐Ÿ’ป Adaptive design: The library interface scales to any screen size. This is convenient when used on mobile devices.
๐ŸŒ Localization: we support different languages.
๐Ÿ‘จโ€๐ŸŽจ An interface that is intuitively easy to work with.
๐ŸŽจ Different design themes: you can change the color scheme of the interface to suit your needs.

If you liked it, we'd love a star on GitHub and a recommendation to those who have similar pains. I'd be happy to get feedback.

Top comments (0)