diff --git a/README.md b/README.md index f80e8ee..95071c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This repository contains code accompanying a blog post on how to write a figma / miro style canvas in react and typescript. +This repository contains code accompanying a [blog post on how to write a figma / miro style canvas in react and typescript](https://www.freecodecamp.org/news/how-to-create-a-figma-miro-style-canvas-with-react-and-typescript/). This is part 1, where cards can be dragged around a canvas (but panning and zooming of the canvas are not available, and there is no way to add cards to the canvas).