From d5f0a5913611aec9daa4858afe935f93cc393654 Mon Sep 17 00:00:00 2001 From: Kevin Delvo <32313680+DevDelvo@users.noreply.github.com> Date: Wed, 9 Oct 2019 03:08:04 -0400 Subject: [PATCH] Update README.md Noticed someone's issue and decided to add the CodeSandbox link to the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d6a5f..7c895dc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project is meant to be a tutorial for Clement Mihailescu's [Pathfinding Vis Everything related to the tutorial (i.e., all the code that I, Clement, wrote) is located under /src/PathfindingVisualizer and /src/algorithms. The PathfindingVisualizer component is imported and rendered in App.js. -If you want to work off of this base to create your own Pathfinding Visualizer, feel free to fork this project or to just copy-paste code. Also, subscribe to my [YouTube channel](https://www.youtube.com/channel/UCaO6VoaYJv4kS-TQO_M-N_g) if you haven't already, and smash the like button on all my videos. Oh, and check out [AlgoExpert](https://www.algoexpert.io/product) if you're preparing for coding interviews. +You can play around with the code through [this CodeSandbox link](https://codesandbox.io/s/github/clementmihailescu/Pathfinding-Visualizer-Tutorial) or if you want to work off of this base to create your own Pathfinding Visualizer, feel free to fork this project or to just copy-paste code. Also, subscribe to my [YouTube channel](https://www.youtube.com/channel/UCaO6VoaYJv4kS-TQO_M-N_g) if you haven't already, and smash the like button on all my videos. Oh, and check out [AlgoExpert](https://www.algoexpert.io/product) if you're preparing for coding interviews. Everything below this line was automatically generated by Create React App.