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.
- Host: GitHub
- URL: https://github.com/yokesh-ks/react-admin-dashboard
- Owner: yokesh-ks
- License: mit
- Created: 2023-09-02T13:05:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T14:58:52.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T03:50:41.357Z (over 1 year ago)
- Topics: flowbite, pro, react
- Language: TypeScript
- Homepage: https://react-admin-dashboard-flame.vercel.app/
- Size: 6.83 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
## 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
```