Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 439 Bytes

File metadata and controls

7 lines (7 loc) · 439 Bytes
This is a simple drawing board app
Users can create a room with a specific id
This id can be shared with others .
Each room had a drawing board built with HTML5 canvas
Anyone in the room can see in real time what is been drawn on the board.
The real-time feature was built using supabase real time
This app can be used to create a tutorial session with others as it also has a video chat feature.