30 lines
465 B
Markdown
30 lines
465 B
Markdown
# 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:
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
### Running the App
|
|
```bash
|
|
npm start
|
|
```
|
|
|
|
The app will open in your default browser at `http://localhost:3000`
|