Project 24 / 100 β JavaScript Projects Challenge
A nostalgic throwback to Microsoft Paint β built with HTML, CSS, and JavaScript.
This app lets you draw, erase, and change brush settings directly in your browser using the Canvas API.
- βοΈ Draw freely on a blank canvas
- π¨ Change color using a color picker
- π Adjust brush size with a slider
- π§½ Eraser tool to remove specific strokes
- ποΈ Clear canvas button to start fresh
- π» Responsive layout with a retro 90s look
- HTML5 Canvas API β for drawing
- CSS3 β for the retro Windows 95-style interface
- Vanilla JavaScript (ES6) β for logic and interactivity
const ctx = canvas.getContext("2d");