Polygon Drawing simple app built in React to draw polygons.
Deployed in Vercel: https://polygon-drawing-app.vercel.app/
- Draw polygons vertex by vertex
- Finish polygon with Complete Polygon button
- Clear polygon with Reset button
- When the polygon is completed, it is listed below the canvas.
Install MovieFinder and run with npm
npm install
npm start