Skip to content

sqmatheus/draw-react-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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