A modern Pixel Art Generator built with HTML5, CSS3, and Vanilla JavaScript.
With a sleek glassmorphism UI, you can create pixel art by customizing the grid size, choosing colors, and drawing directly in your browser.
The app supports both mouse and touch devices, making it fully usable on desktop and mobile.
This project is lightweight, responsive, and requires no external libraries.
- Adjustable grid size (width & height up to 40x40)
- Color picker to choose any color
- Paint mode to draw pixels
- Erase mode to remove pixels
- Clear grid option to start fresh
- Highlighted active tool (Paint / Erase)
- Smooth hover & drawing animations
- Responsive design with glassmorphism style
- Open
index.htmlin your browser. - Adjust the grid width and grid height using sliders.
- Click Create Grid to generate the drawing area.
- Pick a color from the color picker.
- Use Paint to draw, or Erase to remove pixels.
- Click Clear Grid to reset everything.
- HTML5 → structure & UI
- CSS3 → styling, responsive layout, glassmorphism effects
- Vanilla JavaScript → grid generation, drawing logic, and interactions
This project is licensed under the MIT License.