teacherstrange / scribble

A drawing app which allows multiple users to draw on the same canvas in real-time.

Home Page:https://scribble-delta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Run this command in the root folder.

pnpm dev

or

Change the directory into each folder and run.

cd server
pnpm dev
cd client
pnpm dev

You can now play around with it.

Features

  • color picker
  • customizable stroke color, stroke width, and dash gap
  • undo, save actions
  • toast notifications
  • light/dark theme

About

A drawing app which allows multiple users to draw on the same canvas in real-time.

https://scribble-delta.vercel.app


Languages

Language:TypeScript 95.1%Language:JavaScript 2.6%Language:CSS 2.3%