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.