Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 877 Bytes

README.md

File metadata and controls

43 lines (37 loc) · 877 Bytes

Canvas

Simple collaboration drawing app, made using NextJS, React Konva and SocketIO with NextJS API Page for learning SocketIO and of course trying NextJS 13

Screeshot

canvas

Feature

Currently its only have basic feature such as

  • Freehand Draw
  • Move in canvas
  • Zoom
  • Collaboration (limit only 2 user)

How to test

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

License

MIT license

Author

  • ibrahim_laklaa portfolio - X1-Il