I recreated the famous game of André Cassagnes! In this JS web app the player can draw/resize the grid boxes and reset the application for a predifined grid's width-hegith. In addition, the system takes into account extreme cases regarding the user input as well as a max grid size of [64,64].

P.S. this is an exercise from The Odin Project, an open source online platform that aims to provide a complete path for students to go from zero to employed as web developers while working with other students along the way. Check this out: (https://www.theodinproject.com/courses/web-development-101/lessons/etch-a-sketch-project?ref=lnav)

You can check out my project here: https://alexandrosgazis.github.io/ETCH-A-SKETCH-Project/