Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesusgraterol/etch-a-sketch
This application allows the user to draw anything on a canvas with the mouse and it is the submission for The Odin Project: Etch-a-Sketch.
https://github.com/jesusgraterol/etch-a-sketch
theodinproject theodinproject-nodejs theodinprojectfoundations
Last synced: 3 days ago
JSON representation
This application allows the user to draw anything on a canvas with the mouse and it is the submission for The Odin Project: Etch-a-Sketch.
- Host: GitHub
- URL: https://github.com/jesusgraterol/etch-a-sketch
- Owner: jesusgraterol
- Created: 2023-09-11T13:09:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T22:25:02.000Z (about 1 year ago)
- Last Synced: 2024-11-16T16:19:49.131Z (2 months ago)
- Topics: theodinproject, theodinproject-nodejs, theodinprojectfoundations
- Language: JavaScript
- Homepage: https://jesusgraterol.github.io/etch-a-sketch/
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Etch-a-Sketch
![Etch-a-Sketch](./readme-assets/screenshot-01.png)
This application allows the user to draw anything on a canvas with the mouse and it is the submission for [The Odin Project: Etch-a-Sketch](https://www.theodinproject.com/lessons/foundations-etch-a-sketch). The key features are:
- Color & Rainbow Mode
- Erase / Clear Functionality
- Customizable Canvas
- Cross-Platform Compatibility## Live Demo
[Etch-a-Sketch](https://jesusgraterol.github.io/etch-a-sketch/)
## Getting Started
### Requirements
- GIT
### Installation
1) Clone the repository
```bash
git clone [email protected]:jesusgraterol/etch-a-sketch.git
```## Usage
Open the `index.html` file with your favorite browser.
## Built With
- HTML5
- CSS3
- JavaScript## Running the Tests
### Unit Tests
N/A
### Integration Tests
N/A
### E2E Tests
N/A
## @TODO
- Allow the user to set a custom color in "Color Mode"
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Acknowledgments
- [Google Fonts](https://fonts.google.com/icons)