Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Newbie question: On what terminal/program do I code outside of the Treehouse Workspace?

Just started learning on Treehouse, totally new to code. Learning HTML.

On what terminal/program do I code outside of the Treehouse Workspace?

Or can Workspace showcase my work publicly?

Or do I do all of this on Github?

Ideally, I want to save my work.

Thank you.

3 Answers

I'm still relatively new myself, but I've had a pleasant experience with http://brackets.io/ for html and css, it also has live preview capabilities to see changes right away.

Steven Parker
Steven Parker
231,007 Points

You can certainly save and share projects on Github. But for development, you'll want to use something appropriate to the language you are writing in. For examples, folks doing C# development often install and use the free Visual Studio Community Edition IDE. And for front-end development (HTML, CSS, JavaScript) Visual Studio Code is very popular.

Thank you!

Forgot to ask. How and where do I find projects to work on at my newbie level? Treehouse? Github?