Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 451 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 451 Bytes

Draw

Simple project built with React and TypeScript. Inspired by this video.

Features

  • Different shapes
    • Circle
    • Square
    • Triangle
  • Change size of shapes
  • Clear
  • Change color
  • Preview
  • Undo
  • Redo

Main page

Main page

Runs the app

Install dependencies

npm install

Runs the app

npm start