From 6941f4195f5a24fe4b51a8025d76fe5ba25357e6 Mon Sep 17 00:00:00 2001 From: Cedd Burge Date: Sun, 24 Mar 2024 14:34:22 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).