Looking for a Cloud IDE for Programming Projects

0
4
Asked By JavaJive82 On

Hey everyone! I just started a programming course where I'm learning HTML, CSS, JavaScript, and some frameworks like Node.js and React. With all the exercises and mini-projects, I find it hard to keep my code organized since I work on two different PCs – one at home and one at the office. Using VS Code is challenging because I have to constantly transfer files via Google Drive, and it's becoming a hassle. I've heard of some online IDEs like CodeSandbox and CodePen, but I'm looking for something where I can keep everything in the cloud without needing to buy courses. Any recommendations for an online IDE that can handle my projects without all the file moving? Thanks a lot!

2 Answers

Answered By DevDude92 On

Honestly, I think the issue here is more about how you're storing your code than the IDE itself. Setting up a GitHub account and getting familiar with Git will really streamline your workflow. It's super useful for programmers and takes a little time to learn, but it’s worth it in the long run. Learn how to commit and push your changes, and you won't have to worry about moving files around anymore!

Answered By CodeCrafter77 On

It sounds like you might benefit from using Git to manage your code instead of relying on Google Drive. You can make changes on your home PC and then push your code to a hosting service like GitHub. Then, at work, you just clone the repository and pick up where you left off! Plus, GitHub has an online version of VS Code, which could be perfect for your needs.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.