Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alex-dishen/etch-a-sketch
- Owner: alex-dishen
- Created: 2022-07-21T13:54:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T12:41:23.000Z (about 2 years ago)
- Last Synced: 2024-05-03T03:32:12.132Z (9 months ago)
- Topics: css, html, js
- Language: CSS
- Homepage: https://alex-dishen.github.io/etch-a-sketch/
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)