DEV Community

Cover image for Top 3 online code editors you must check out as a web developer
Kumar Kalyan
Kumar Kalyan

Posted on

Top 3 online code editors you must check out as a web developer

The whole world is migrating to online mode, as a web developer we should also. What if I say that you can get your vs code online! Yes, guys I'm not joking you can get your vs code online and that to with some more exciting features like team collaboration and easy deployment to GitHub.
Before I begin with this article make sure to follow me to get more updates from me and don't hesitate to share my articles with your peers if you find then useful.

stack blitz

stack

This is one of the most popular online IDEs for web development
with all the most popular tech stacks like
Next.js, React, Typescript, Angular, RxJS, Vue, Nuxt ,etc.
You can even add npm packages to your project and easily deploy your code to Firebase and GitHub or you can import your code from GitHub
###Steps

  • visit stackblitz
    visit

  • Sign up or create your account using GitHub and then you will be redirected to your dashboard
    signup

  • click on new project & select your tech stack and start coding

Repl.it

Replit is also one of the most useful online IDE's in the world here you can code in more than 50 languages, can code with your team, and easily push your code to your GitHub repo

  • visit replit.com and click on login/signup replit

-now hit on create and choose your tech stack
create

  • now write some code then hit on run codeit

codesandbox

codesandbox is mostly used for frontend development, having features like code embedding, team collaboration, knowledge sharing and the best part I like about it's UI, it's just awesome.

  • visit codesandbox.io

cdesandbox

now hit create sandbox and choose your Tech stack, and start coding

tech stack

result

conclusion

ok guys we are done, these are the top 3 IDEs in my knowledge and I use them personally, and the best feature I like about replit and code sandbox is the collaboration, i.e. you can invite anyone to code along with you. feel free to comment out if you have any queries and let me know about the online IDE you love the most. Stay happy, Stay safe.

Connect



Top comments (2)

Collapse
 
lasse profile image
Lasse Stilvang

Check out vscode.dev as well - Visual Studio Code in your browser 😉

Collapse
 
kumarkalyan profile image
Kumar Kalyan

thanks for your reply ,