Etch-a-Sketch
Project Objective
Develop an Etch-a-Sketch web game to explore web development and DOM manipulation techniques using
JavaScript, HTML, and CSS.
The Process
- Built the structure and styling of the game using HTML and CSS.
- Implemented game functionality with JavaScript, focusing on dynamic DOM manipulation.
- Utilized JavaScript event listeners to handle user interactions and apply CSS styles dynamically.
- Ensured responsive and interactive drawing experience by linking user input to real-time updates on the
canvas.
The Outcome
- Successfully created an interactive Etch-a-Sketch web game.
- Gained hands-on experience with JavaScript, HTML, and CSS.
- Enhanced understanding of DOM manipulation and dynamic styling through practical application.
To view the Etch-a-Sketch GitHub repository
To play the Etch-a-Sketch