Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.09 KB

readme.md

File metadata and controls

41 lines (27 loc) · 1.09 KB

Excalidraw Canvas Drawing Project

Screenshot 2
Screenshot 3

A drawing application that lets you create and manipulate drawings effortlessly on a digital canvas.

✏️ What You Can Do:

  • Freehand Drawing: Draw smooth, natural strokes with your mouse or touch input.
  • Shape Drawing: Create rectangles, circles, and lines with a hand-drawn style.
  • Move Elements: Select and reposition any drawn element on the canvas.
  • Erase Elements: Remove unwanted drawings with ease.

🔮 Future Update:

  • Real-Time Collaboration: Work on the same canvas with others in real-time.

🚀 Getting Started:

  1. Clone the Repository:

    git clone https://github.com/AnkitKumar8080/excalidraw-clone.git
    cd excalidraw-clone
  2. Install Dependencies:

    npm install
  3. Run the Project:

    npm run dev
  4. Open in Browser:
    Visit http://localhost:3000 to start drawing!