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

HTML

Roberto Rivera
Roberto Rivera
11,361 Points

Sharing projects

Hello Everyone,

Working on any website project to sharpen the skills I always run into the same problem where I want to share my work for critique but it's hard to share the workspaces url so other people can see it. I tried it once here and it worked fairly well, however, when I tried to share it with other friends or web designers they aren't always able to access it.

Is there a way that I can share a project so people can access it and see it like we do in workspaces? I figured that buying domain space would work but I didn't want to do that if there was another option. I would rather buy the domain space later when I have more of a portfolio to show off.

Thank you for the help!

2 Answers

Bryn Price
seal-mask
.a{fill-rule:evenodd;}techdegree
Bryn Price
Full Stack JavaScript Techdegree Student 7,253 Points

Git Hub is a great place for sharing completed projects. So I support t the suggestion.

If you are programming in HTML, CSS and JavaScript then Code Pen is a good site for sharing and show casing. Plus it provides an editor that will not only preview the result, but will do so in realtime as you make changes. I am using it currently for sharing design ideas for my website. I now use it for prototyping and experimenting ideas, because its editor is so convenient and I can watch what I am doing as I am doing it.

If you are looking to host and not pay money, as it's a showcase things, there is Heroku, which is where I host my Ruby on Rails site. I don't have to pay anything. Heroku supports Node.js, Ruby, Java, PHP, Python, Go, Scala and Clojure. It is another option at least.

Roberto Rivera
Roberto Rivera
11,361 Points

Hello Bryn,

Thanks for the great answer!

I definitely still plan to learn Git Hub, but it's good to know the other options.

Rob Allessi
Rob Allessi
8,600 Points

Hi Roberto Rivera

What you may want to do is download your Workspace files to your computer, and then upload them to a github repoβ€”allowing you to easily share it with others.

If you're not familiar with Github, I highly recommend you check out our course Github Basics.

Roberto Rivera
Roberto Rivera
11,361 Points

Hello Rob!

I appreciate your quick response. I'll definitely have to check out the course.