|
||
---|---|---|
public | ||
src | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json |
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
- Clone the repository
- Install dependencies:
npm install
Running the App
npm start
The app will open in your default browser at http://localhost:3000