Pixel Art Canvas banner

Pixel Art Canvas

4 devlogs
3h 43m 4s

This is a simple drawing app that allows users to create their own grid and draw by clicking and dragging over the squares.
Users can choose colors, switch between drawing and erasing, and resetting the grid.

This project uses AI

I used AI to help me figure out why the grid won’t show and why I can’t draw on the grid

Demo Repository

Loading README...

Sadiya

Shipped this project!

I built a drawing app where the user can generate a grid of their choice and draw by clicking and dragging across the grid. While I was making this I learned how important it is to order everything correctly or it won’t work how you want it too.

Sadiya

After rewriting my code (especially the JS) I am now able to say that this project is working the way it should

0
Sadiya

What I added in JS

  • References
  • Event objects
  • detect touch
  • created grid (rows and columns)
  • clear grid
  • erase button
  • paint button
  • display grid (width and height)

Now I will figure out why the grid is not showing

Attachment
0
Sadiya

I have changed a lot of stuff like the html and css

Attachment
0
Sadiya

This is the start of this project
I have finished outlining and added a little bit of styling
Now I am working on the JS

0