A web application tool that counts the number of triangulations of a simple polygon
Online Demo: CodeSandbox
- Placing and connecting vertices to form a simple polygon
- After getting a simple polygon, the user can move/delete/add vertices
- Import/Export the polygon
- Lastly, it calculates the number of triangulations of a simple polygon
To test it locally, run the following commands in a terminal:
npm install
npm start