Go to file
Kar bfc4b61b83 7 2025-07-08 13:43:38 +05:30
public init 2025-07-07 22:38:33 -07:00
src 7 2025-07-08 13:43:38 +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