abongsjoel / Etch-A-Sketch

In this project I build a browser version of something between a sketchpad and an Etch-A-Sketch using plain HTML, CSS and JavaScript

Home Page:https://abongsjoel.github.io/Etch-A-Sketch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etch-A-Sketch

In this project I build a browser version of something between a sketchpad and an Etch-A-Sketch

screenshot

In this project, I used plain HTML, CSS and JavaScript to build a browser version of something between a sketchpad and an Etch-A-Sketch. I created the divs using JavaScript and I used flexbox to make the divs appear as a grid. I also setup hover effects so that the grid divs change color when moused over, leaving a (pixalated) trail through the grid like a pen would. I also added a button to the top of the screen which will clear the current grid and send the user a popup asking for how many squares per side to make the new grid

Live Demo

Built With

  • HTML
  • CSS
  • JavaScript

Author

👤 Chi A. Joel

Acknowledgments

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

About

In this project I build a browser version of something between a sketchpad and an Etch-A-Sketch using plain HTML, CSS and JavaScript

https://abongsjoel.github.io/Etch-A-Sketch/

License:MIT License


Languages

Language:JavaScript 57.7%Language:HTML 24.9%Language:CSS 17.4%