Notepad/enter/Coding Tips (Classical)/Terminal Tips/System Client/Servers/Databases/Repos/Replit.md

1.0 KiB

Replit is everything

It is an IDE. It is a forkable github. It is a tutorial. It is graphics. It is games. And it is inspiration. You can push all your existing code from github or gitlab onto Replit or vice versa. And what's more it is very easy for all ages to learn about programming with. This will be extremely useful in the future as programming trends toward making it easier and easier for all to learn this essential skill of the future.

Also it has templates for pretty much anything you want to build. And if it's not there yet, you should probably make a template on there yourself.


Things one can do on Replit:

  • Easily make your own forked repos inspired by others!
  • Pair program via Replit
    • do this by pressing the share button in the top right hand corner
  • Export repls into github
    • next to add file/add folder --> three dots --> "Download as zip"
    • import via github or gitlab