Live demo: https://paint-app-by-monir.netlify.app/
A lightweight browser-based painting application for drawing with mouse or touch. Save your artwork or clear the canvas and start fresh.
- Draw with mouse or touch
- Color picker
- Adjustable brush size
- Eraser
- Clear canvas
- Save canvas as an image
- HTML, CSS, JavaScript
- Works in modern desktop and mobile browsers
- Clone the repo:
git clone <repo-url> - Open the project folder and launch index.html in your browser, or run a simple server:
Then open http://localhost:8080
cd paint-app npx http-server . -p 8080
- Use the toolbar to change color, size, or switch to eraser.
- Click/touch and drag on the canvas to draw.
- Use "Save" to download the current canvas as an image.
Open an issue or submit a pull request for improvements or bug fixes.
MIT
