A react dashboard app using tailwindcss and headlessui for modals, dropdowns and zustand for state management.
Main branch deployed to vercel: https://react-tw-dashboard.vercel.app
clone it
git clone https://github.com/y-essine/react-tailwind-dashboard
cd into it, install dependencies and open in a new window
cd react-tailwind-dashboard/ && npm i && code .
Development mode
npm run dev
Production
npm run build && npm run preview
Home data is hard-coded for preview.
Users list is fetched from a mock api.
Zustand is used for state-management
...more changes to come.