A simple Etch-A-Sketch using HTML, CSS, and Javascript Created for The Odin Project
Check out the Live Demo to see the project in action.
The Etch-A-Sketch project provides a simple yet interactive pixel art canvas. Users can customize the canvas size and draw by hovering over the pixels.
- Adjustable pixel count for grid customization.
- Dynamic grid creation based on user input.
- Responsive design for an optimal viewing experience.
- Open the Live Demo link.
- Adjust the pixel count using the "Select Pixel Count" input.
- Hover over the canvas to draw with a black color.
- index.html: The main HTML file containing the structure of the project.
- style.css: The CSS file defines the project's styles and layout.
- index.js: The JavaScript file handles the logic for grid creation and user interactions.
This project is licensed under the MIT License.