Project Overview
A simple website where you can draw on a white canvas using a mouse. A grid element is changed when a user presses down on their mouse and hovers over a grid element. The color palette is used to choose what color will fill in the grid element. The grid border can be toggled on or off by using the grid button. A user can reset the color of a grid element by toggling the eraser mode on with the eraser button. Clear button is used to reset the grid. The slider bar is used to change the dimension of the grid.
Through this project, I gained more experience with flexbox and grid layout. I also implemented media queries to adapt for various screen sizes.