Simple collaboration drawing app, made using NextJS, React Konva and SocketIO with NextJS API Page for learning SocketIO and of course trying NextJS 13
Currently its only have basic feature such as
- Freehand Draw
- Move in canvas
- Zoom
- Collaboration (limit only 2 user)
You can access the project here: https://canvas-x1.netlify.app/
Or run on your machine:
- clone project
git clone https://github.com/X1-Il/Canvas.git
- go to projet
cd Canvas
- install npm
npm install
- build project
npm run build
- start project
npm run dev
- ibrahim_laklaa portfolio - X1-Il