drawing-web-app-react/README.md

465 B

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