Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎨 90s Style Paint App

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.


🧠 Features

  • ✏️ 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

🧩 Technologies Used

  • HTML5 Canvas API – for drawing
  • CSS3 – for the retro Windows 95-style interface
  • Vanilla JavaScript (ES6) – for logic and interactivity

🧰 Code Highlights

const ctx = canvas.getContext("2d");

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages