nikhil-varma / drawing-board

A simple drawing board app using React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Known issues

  • One small condition is hard-coded to avoid white color for pen. This can be removed with an isolated state
  • Persisting the last chosen Pen color is also a good UX feature that can be added
  • The Highlighter does not have color support as of yet but can be added very easily combined with isolated state
  • The canvas does not resize when the viewport resizes. This can be achieved by attaching resize events on the component

Demo: https://reverent-hopper-b8b33f.netlify.app/

About

A simple drawing board app using React


Languages

Language:JavaScript 68.2%Language:SCSS 19.7%Language:HTML 10.0%Language:CSS 2.1%