/admin-dashboard

Admin dashboard with Nextjs 13, tailwind, shadcn made by a nut.

Primary LanguageTypeScript

Work in progress :v

Preview

Testing out my front end skills with tailwind or maybe not.

Things todo

  • Logo
  • User avatar with popup menu
  • Search bar with modal search
  • Keybinding for search
  • Categories
  • Menu items
  • Main content example.
  • Theme switcher w/b
  • Selection menu item when click/on current page.
  • UseRouter for each menu.
  • Grid box for main content.
  • Charts.
  • Sub menus.
  • Auth with roles
  • Conditional renderind based in roles.
  • Pet a cat if posible.
  • R E F A C T O R :).

Notes

  • using https://www.nordtheme.com/ as a palette color
  • using shadcn
  • using local data, maybe later im gonna use prisma/drizzorm
  • project based on what i learn from code with antonio. :p

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.