Skip to content

Commit 7b2bd96

Browse files
committed
Add demo link to Readme
1 parent 5742b41 commit 7b2bd96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
This project is a recursive implementation of the Sierpiński triangle using React, Canvas, and TypeScript. The Sierpiński triangle is a fractal named after Polish mathematician Wacław Sierpiński. The triangle is formed by recursively dividing an equilateral triangle into smaller equilateral triangles and removing the central triangle. The resulting pattern is a beautiful and intricate fractal. In this project, we use React to render the Sierpiński triangle on a Canvas element and TypeScript for strict typing. The recursive implementation allows for the creation of Sierpiński triangles of varying sizes and levels of detail.
44

5+
Demo is available [here](https://constantiner.github.io/sierpinski-triangle-react/).
6+
57
Thanks [this article](https://medium.com/@pdx.lucasm/canvas-with-react-js-32e133c05258) for the inspiration.

0 commit comments

Comments
 (0)