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

WHERE ARE THE PROJECTS TO BUILD?

I notice that there are lots of small challenges to build in each course. But there aren't any 'track' projects to build. Where and/or how can I get structured projects to complete during a track to help build a portfolio.

To date I have done HTML, CSS BASICS & How TO BUILD A WEBSITE. I have had my account reset to retake these course and consolidate the knowledge. I should be ready to start Javascript by Tuesday/Wednesday, and having a project to practice using my skills would be useful.

Any advice appreciated.

Regards

Robert

3 Answers

Paul Crow
Paul Crow
21,558 Points

Have you tried the Ruby on Rails track? The end courses are very long, but involve creating a To-Do Web App, developing the client (front end) and server (back end) side of the project. You may want to develop an understanding for loops, arrays, blocks, etc. before diving into the later parts of the track.

Thanks for the the reply, but have to work through the Front End Dev. , Web Design and Learn Ruby tracks before I start Rails. So a good couple of months yet. But worried like some that without project to practice and build my current skills on, the basic concepts may just not stick, and end up forgotten.

I like treehouse, but there is a serious lack of intergrated projects which upon to build and develop your skills and a job ready portfolio. I guess that's why people pay thousands of dollars for courses on Bloc, Career Foundry and Thinkful. But if ultimately I need to go and spend thousands of dollars on another site, why am I paying Treehouse?

christopher walsh
christopher walsh
10,763 Points

one thing I wish I could go back on, was thinking that I must keep a perticular order of advancement. I held off on javascript and programming for a long time because I didn't have my html and css down. Because I waited to touch programming, I didn't know that its as understandable or even more than CSS. I also think that if you have multiple goals or interests, theres nothing wrong with learning how to make an iOS app before or while you're learn html and css. for me, it was more important to stay interested and engaged in this site by bouncing between programming and coding, than to stay stuck in css world for months and lose interest.

my best friends in doing projects outside of treehouse challenges is 1) finding PSD's of websites and trying to translate a psd into a website by my own coding. there are many websites with free psd mockups of basic landing page websites. Cause I use Creative Cloud programs, I can extract easily css values from the psd like the fonts and text sizes etc. whipping up code from a psd is common in a professional workflow.

2) I read through the code of htmlUP sites. just download, open with a text editor and flat out read through their code. I've already learned so much by actually reading through clean code and I can feel it re-wireing my brain. my only set back is that they also use jquary sass less and all these extra frameworks that I haven't got to yet. But reading through their code has help me a lot.

Thank you for your comment.

I did consider trying to build from a .psd file, but unsure how to start. I do have Adobe Ps. so I can view the files.

I have also just started Android app track to keep things fresh.

Thanks again for your helpful comment

christopher walsh
christopher walsh
10,763 Points

here

https://www.youtube.com/watch?v=WX0MpDuUqqw

this video is part of a series but pay attention to what he says "just code what you see". he's made his psd in the second to last video and spends the next couple translating it into code. now he's coding with certain frameworks and text editors, so don't worry too much about his specific code as much as the big picture of looking at the psd and then coding it out. his whole channel is also very great. I spent like my last four days off work, watching through all his videos -the whole channel!

and this is the website that I download and read their code http://html5up.net

Thank you again for you advice and direction. Will jump on these videos and give them a watch. I also have a few HMTL templates that come with .psd files of the site. Lots of source materials to work with.

Many thanks again!