https://github.com/ashxsong/etch-a-sketch
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: ashxsong
- Language: JavaScript
- Default Branch: main
- Size: 5.86 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Etch-a-Sketch
This is an online version of Etch-a-Sketch. It begins with a 16x16 grid of squares. When the user's mouse hovers over a square, the square changes color. This leaves a trail of squares through the grid. Initially, the squares changed from white to black. Now, the squares change from white to a random color with each interaction. Each interaction also progressively darkens the squares by 10%. The user can click the "New Grid" button and change the number of squares per side for the new grid. The number must be an integer between 1 and 100.
I used HTML to create the basic webpage and CSS (mostly flexbox) to center and style the grid. I mainly used JavaScript to create Etch-a-Sketch. I worked with the DOM to create a function that erases an old grid and creates a new grid. I added event listeners to enable the drawing feature of Etch-a-Sketch and the "New Grid" button to work.
Owner
- Login: ashxsong
- Kind: user
- Repositories: 1
- Profile: https://github.com/ashxsong