|
|
vor 1 Jahr | |
|---|---|---|
| .github | vor 1 Jahr | |
| public | vor 2 Jahren | |
| src | vor 1 Jahr | |
| .gitignore | vor 2 Jahren | |
| .prettierignore | vor 1 Jahr | |
| .prettierrc | vor 1 Jahr | |
| CODE_OF_CONDUCT.md | vor 1 Jahr | |
| LICENSE | vor 2 Jahren | |
| README.md | vor 2 Jahren | |
| components.json | vor 2 Jahren | |
| eslint.config.js | vor 1 Jahr | |
| index.html | vor 2 Jahren | |
| netlify.toml | vor 2 Jahren | |
| package.json | vor 1 Jahr | |
| pnpm-lock.yaml | vor 1 Jahr | |
| postcss.config.js | vor 2 Jahren | |
| tailwind.config.js | vor 2 Jahren | |
| tsconfig.app.json | vor 1 Jahr | |
| tsconfig.json | vor 1 Jahr | |
| tsconfig.node.json | vor 1 Jahr | |
| vite.config.ts | vor 2 Jahren |
Admin Dashboard UI crafted with Shadcn and Vite. Built with responsiveness and accessibility in mind.
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.
UI: ShadcnUI (TailwindCSS + RadixUI)
Build Tool: Vite
Routing: React Router
Type Checking: TypeScript
Linting/Formatting: Eslint & Prettier
Icons: Tabler Icons
Clone the project
git clone https://github.com/satnaing/shadcn-admin.git
Go to the project directory
cd shadcn-admin
Install dependencies
pnpm install
Start the server
pnpm run dev
Crafted with 🤍 by @satnaing
Licensed under the MIT License