Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex-dishen/etch-a-sketch


https://github.com/alex-dishen/etch-a-sketch

css html js

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Etch-A-Sketch
The **Etch-A-Sketch** game is created according to the assignment from **The Odin Project** [course](https://www.theodinproject.com/paths/foundations/courses/foundations).




![Preview](img/etch-a-sketch.png)

### 🔗 **Live preview** of the project is [here](https://alex-dishen.github.io/etch-a-sketch/).

## **Features**
* Drawing on the board only when mouse is clicked
* Changing size of board
* Choosing any color user wants
* Choosing rainbow mode which filles square with randomly generated color

## **Outcome**
* Used **HTML**
* Used **CSS**
* Used **JavaScript**
* Learned loops
* Learned how to manipulate DOM

## **Links**
* See my next [Project](https://github.com/alex-dishen/calculator)
* See my previous [Project](https://alex-dishen.github.io/rock-paper-scissors/)