This is a web app designed to solve the inefficiency problem in the UTIM for assignement of workload
the app has two basic routes /index and /secretary, the first one is for workload assignement and the second one is for aproving the workload, the UI is based on the UTIM colors and uses NEXUI with Tailwind CSS to create an friendly UI
Running 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.
- Database driver: Supabase
- Realtime events: Socket.io
- State management: React Context API
- Toast notifications: React Hot Toast
- Icons: Heroicons