Project to create something like Etch A Sketch toy.
🔗 Live preview: here 😊
- Choose your favorite the color and background (Default for black & white), then hold the mouse inside the grid to paint
- Features
- Clear: Clear the board
- Reset: Reset all to default
- Toggle
random&rainbowbutton the pixels color will be random - Toggle
darken&lightenslowly turns cell into black & white - Toggle
eraserto clear the cell color Specific Areaused to fill specific area andFull Areaused to fill full area- Slice
grid sizewill change the resolution of the screen (# of pixels). Depend on what you want - You can customize pencil and background color by pressing
pen color&blackground color - If you want to remove grid line, just click
Remove Grid Linesbutton
- Problem solving, break big problem into subproblem then connect all of subproblem
- More advanced DOM manipulation
- Use CSS3 grid and flex to create layout
- Greatly improved functionality in general (Optimized and reusable functions)
- Undo tool
- Save & Export image
- Mobile support
- HTML / CSS / JS
- NeoVim (Code Editor)
- Linux terminal
- Git & GitHub