This project is a simple web-based implementation of the classic Etch-a-Sketch toy. It allows users to draw on a grid using their mouse, with options to customize the grid size and color.
- Interactive Drawing: Click and drag to draw on the grid.
- Customizable Grid: Change the grid size to draw with more or fewer squares.
- Color Picker: Choose your drawing color.
- Reset Button: Clear the grid to start fresh.
- HTML: Structure of the web page.
- CSS: Styling for the grid and interface.
- JavaScript: Logic for drawing, grid customization, and color selection.
Clone the repository:
git clone https://github.com/KarimaFathi/Etch-a-Sketch-Project.git
Open index.html in your web browser to start the application.