Oftentimes, we desire to easily collaborate with people online on some simple tasks and don't want to work directly from an offline code editor or go through setting up a new repo and all that comes with it.
I will be listing some cool online Code editors that allow for easy collaboration. You will also learn the languages and frameworks they support.
1. Glitch
Glitch is an online IDE for JavaScript and Node.js which includes instant hosting and automated deployment and live help from community members.
I made use of glitch while applying to a Nodejs role at Flutterwave, it was my first experience with the platform but.
Glitch allows you to easily create a Nodejs API from an online code editor and the API is live without the need for a separate deployment.