This is dashboard page made with NextJs 14 and Tanstack table with Shadcn-ui and Tailwind CSS. User can create, edit and delete users. This is only frontend application. For state management Zustand is being used. This application is deployed on Netlify, here's live preview.
To get started with this project, clone the repository and install the dependencies:
git clone https://github.com/Brassalsa/admin-dashboard
cd admin-dashboard
npm installTo run the application in development mode:
npm run devOpen http://localhost:3000 with your browser to see the result.
To build the application for production, use:
npm run build