An open API service indexing awesome lists of open source software.

https://github.com/yokesh-ks/react-admin-dashboard

It provides a collection of pre-designed UI components and templates that can significantly speed up the development of web applications and admin dashboards.
https://github.com/yokesh-ks/react-admin-dashboard

flowbite pro react

Last synced: 6 months ago
JSON representation

It provides a collection of pre-designed UI components and templates that can significantly speed up the development of web applications and admin dashboards.

Awesome Lists containing this project

README

          


React Admin Dashboard


## Introduction

Welcome to the React Admin Dashboard repository! This project provides a collection of pre-designed UI components and templates aimed at accelerating the development of web applications and admin dashboards. Utilizing React, Tailwind CSS, and Flowbite, this admin dashboard layout showcases a variety of essential features like charts, kanban boards, and mailing systems

image

## Project Features

- Modern and intuitive UI components
- Pre-designed admin dashboard layout
- Integration with React, Tailwind CSS, and Flowbite
- Icon integration using `react-icons`
- Charts and graphs using `react-apexcharts`
- Kanban-style boards using `react-sortablejs`
- Maps integration using `svgmap`

## Commands

| Command | Action |
| :------------ | :------------------------------------------------------------------------- |
| `yarn` | Install dependencies |
| `yarn dev` | Start local dev server at `localhost:3000` |
| `yarn build` | Build your production site to `./dist/` |
| `yarn commit` | Create a new Git commit with standardized commit messages using commitizen |

## Project Tree

```
📦 react-admin
├─ public
└─ src
   ├─ components
   ├─ context
   ├─ data
   ├─ helpers
   ├─ layouts
   ├─ navigation
   └─ pages
```