Skip to content

NameRectified/etch-a-sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Etch a Sketch

## Project Overview
**Etch a Sketch** is a simple web-based project where users can hover over a grid, and the cells change color. It's designed as a fun and interactive experiment in basic web development.

## Features
- Hover over grid cells to change their color
- A basic and visually engaging project built with vanilla HTML, CSS, and JavaScript

## Technologies Used
- **HTML**: Structure of the webpage
- **CSS**: Styling for the grid and layout
- **JavaScript**: Logic for changing the grid cell colors on hover

## How to Run
1. Clone or download this repository.
2. Since the project can't be run locally without hosting, you'll need to host the files on a web server.
3. Once hosted, open the `index.html` file in a browser to see the app in action.

## Installation
There are no dependencies. Just download the files and host them on a web server.

## Contributing
This project is just for fun and learning purposes, so contributions are not currently being accepted.