Thanks to visit codestin.com
Credit goes to github.com

Skip to content

HLrahul/scribble

 
 

Repository files navigation

Scribble

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

Screenshot 2024-08-28 at 1 03 58 AM

Features

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

Tech Stack

  • Next.js
  • TailwindCSS
  • shadcn ui
  • React Hook Form
  • Zod
  • Zustand
  • Express.js
  • Socket.io

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.9%
  • JavaScript 2.7%
  • CSS 2.3%
  • Shell 0.1%