Giter VIP home page Giter VIP logo

etch-a-sketch's Introduction

etch-a-sketch

This is a toy project form From Odin Project -> Foundations Path-> PROJECT: ETCH-A-SKETCH.

Here is Live Demo hosted on Github Pages.

WHAT I LEARN FROM THIS PROJECT

  1. Practice more html, CSS and JavaScript.
  2. DOM manipulation using JavaScript:
    1. document.querySelector
    2. element.setAttribute
    3. element.classList.add
    4. element.addEventListener
    5. button click event handle
    6. ......

HOW TO PLAY

  1. Open the Live Demo
  2. Move mouse cursor on the canvas, the pixels your mouse have encountered will filled with black
  3. To clear your work, click the "Clear" button, there will be a prompt ask you to set the canvas pixel density yourself

PLAN

  1. Add more options for pixels' fill-in color. Maybe even allow pop-up color picker.
    About color picker, I found this tutorial from Educative.io may be useful.
  2. Instead of prompt, use input box or drag bar to set the pixel density(pixel per row and column).
  3. Able to export the pixel art(.svg, .png or whatever, not familiar with these things yet).
  4. Some interesting features like symmetrical drawing.

etch-a-sketch's People

Watchers

zwwang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.