Must Know Trick for all the developers out there

mukul_singhal

Mukul Singhal

Posted on May 5, 2021

Must Know Trick for all the developers out there

Hey All 👋, In this article I will show you a trick that will help all the developers out there.

Many times we see a GitHub repository and want to work with it or want to add few minor changes to it and see how it works but for this, we clone the repository on our pc and start using it but we can simplify this process with a neat trick.

Steps

  • Just went to the repository you want to use.

https://github.com/Mukul-Singhal/Flick

github.png

  • Put box after the gitHub in the url like this.

https://githubbox.com/Mukul-Singhal/Flick
gitbox.png

  • Press enter.

Alt Text

Voila 😁 now it opens in the code sandbox and you can use this repository in the codesandbox and make changes in it.

💖 💪 🙅 🚩
mukul_singhal
Mukul Singhal

Posted on May 5, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related