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: 2 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T02:16:02.000Z (13 days ago)
- Last Synced: 2025-01-10T15:02:59.334Z (9 days ago)
- Topics: admin-dashboard, admin-panel, dashboard, shadcn-admin, shadcn-ui
- Language: TypeScript
- Homepage: https://shadcn-admin.netlify.app/
- Size: 1.08 MB
- Stars: 2,694
- Watchers: 25
- Forks: 386
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
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
- With built-in Sidebar component
- Global Search Command
- 10+ pages
- Extra custom components## Tech Stack
**UI:** [ShadcnUI](https://ui.shadcn.com) (TailwindCSS + RadixUI)
**Build Tool:** [Vite](https://vitejs.dev/)
**Routing:** [TanStack Router](https://tanstack.com/router/latest)
**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/)