A drawing app which allows multiple users to draw on the same canvas in real-time.
- color picker
- customizable stroke color, stroke width, and dash gap
- undo, save actions
- toast notifications
- light/dark theme
- Next.js
- TailwindCSS
- shadcn ui
- React Hook Form
- Zod
- Zustand
- Express.js
- Socket.io
Run this command in the root folder.
pnpm devor
Change the directory into each folder and run.
cd server
pnpm devcd client
pnpm devYou can now play around with it.