igorMSoares / etch-a-sketch

Etch a Sketch web app

Home Page:https://igormsoares.github.io/etch-a-sketch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etch-a-Sketch Project

I developed this project to practice front end skills and to deepen my knowledge of CSS and Javascript, as a part of The Odin Project's Foundations Course. πŸ€“

Try it out here πŸ‘‰πŸΎ Etch-a-Sketch !

Overview

A web version of the awesome classical retro drawing toy (or tool? πŸ€”)

Demonstration gif

Color Modes

You can choose between 13 different solid colors and also experiment with three color modes

Color Modes Demo gif

The amount of squares in the canvas can be customized, being limited to a maximum of 100 squares per row (on large screens) or to the maximum possible number to fit your screen width so the squares don't get too small nor the canvas overflows the screen.

Grid lines

Want the squares in the canvas to be all together without any borders around? No problem! Just use the Hide Grid option

Hide Grid Demo gif

Share your artwork!

And if you want to keep your drawing or share it with the world, just press the download button and your artwork will be saved as a .jpeg image πŸ˜‰

Download Demo gif

Responsive Layout

You can use it on your personal computer or laptop but it will work equally nice on mobile devices as the layout and the canvas will adapt to all screens wider than 300 pixels

Resizing Demo gif

Shoutout

The icons used on this project (the brush, eraser, instructions arrows and download icon) I got from the awesome site icons8.

The gifs used in this README were created using ScreenToGif a super great open source tool made by Nicke Manarin.

Feedbacks

Hey, thanks a lot if you're enjoying using this etch-a-sketch web app! 🧑

If you found some issues or have any suggestions on how to improve this, feel free to open an issue here on the repository or to colaborate through your pull requests.

All feedbacks are much appreciated! 😊

License

License: MIT

About

Etch a Sketch web app

https://igormsoares.github.io/etch-a-sketch/

License:MIT License


Languages

Language:JavaScript 76.6%Language:CSS 15.4%Language:HTML 8.0%