Go to file
Kar 1b79fae385 10 2025-07-08 17:05:32 +05:30
public init 2025-07-07 22:38:33 -07:00
src 10 2025-07-08 17:05:32 +05:30
.gitignore 6 2025-07-08 13:41:39 +05:30
README.md init 2025-07-07 22:38:33 -07:00
package-lock.json init 2025-07-07 22:38:33 -07:00
package.json init 2025-07-07 22:38:33 -07:00

README.md

Drawing App

A modern drawing application built with React.

Features

  • Canvas drawing with mouse/touch support
  • Color selection
  • Drawing history
  • Responsive design

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository
  2. Install dependencies:
    npm install
    

Running the App

npm start

The app will open in your default browser at http://localhost:3000