Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satnaing/shadcn-admin
Admin Dashboard UI built with Shadcn and Vite.
https://github.com/satnaing/shadcn-admin
admin-dashboard admin-panel dashboard shadcn-admin shadcn-ui
Last synced: 6 days ago
JSON representation
Admin Dashboard UI built with Shadcn and Vite.
- Host: GitHub
- URL: https://github.com/satnaing/shadcn-admin
- Owner: satnaing
- License: mit
- Created: 2024-01-26T02:46:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T12:44:21.000Z (about 1 month ago)
- Last Synced: 2024-11-29T09:02:03.341Z (13 days ago)
- Topics: admin-dashboard, admin-panel, dashboard, shadcn-admin, shadcn-ui
- Language: TypeScript
- Homepage: https://shadcn-admin.netlify.app/
- Size: 655 KB
- Stars: 954
- Watchers: 12
- Forks: 197
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-shadcn-ui - Shadcn Admin - Admin Dashboard UI built with Shadcn and Vite. (Others)
- awesome-shadcn-ui - Shadcn Admin - Admin Dashboard UI built with Shadcn and Vite. (Others)
- awesome-shadcn-ui - shadcn-admin - Admin Dashboard UI built with shadcn/ui and Vite. (Libs and Components)
README
# Shadcn Admin Dashboard
Admin Dashboard UI crafted with Shadcn and Vite. Built with responsiveness and accessibility in mind.
![alt text](public/images/shadcn-admin.png)
I've been creating dashboard UIs at work and for my personal projects. I always wanted to make a reusable collection of dashboard UI for future projects; and here it is now. While I've created a few custom components, some of the code is directly adapted from ShadcnUI examples.
> This is not a starter project (template) though. I'll probably make one in the future.
## Features
- Light/dark mode
- Responsive
- Accessible
- Sidebar and header layouts
- 10+ pages
- Extra custom components## Tech Stack
**UI:** [ShadcnUI](https://ui.shadcn.com) (TailwindCSS + RadixUI)
**Build Tool:** [Vite](https://vitejs.dev/)
**Routing:** [React Router](https://reactrouter.com/en/main)
**Type Checking:** [TypeScript](https://www.typescriptlang.org/)
**Linting/Formatting:** [Eslint](https://eslint.org/) & [Prettier](https://prettier.io/)
**Icons:** [Tabler Icons](https://tabler.io/icons)
## Run Locally
Clone the project
```bash
git clone https://github.com/satnaing/shadcn-admin.git
```Go to the project directory
```bash
cd shadcn-admin
```Install dependencies
```bash
pnpm install
```Start the server
```bash
pnpm run dev
```## Author
Crafted with 🤍 by [@satnaing](https://github.com/satnaing)
## License
Licensed under the [MIT License](https://choosealicense.com/licenses/mit/)