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

Tech Degree project feedback

Hi guys,

Im on the Front End Tech Degree programme but only can afford the $99 tariff but would love some feedback on my projects so far. Is there anyone that would be willing to help and offer up some advice? Id be very grateful :)

Thanks!

6 Answers

Kerry Collier
Kerry Collier
16,151 Points

I can certainly take a whack at it. I'm not an expert but extra eyes on something is always useful! I'm working on the same tech degree at least!

That would be great, whats the best way for you to have a look?

Kerry Collier
Kerry Collier
16,151 Points

Have you uploaded it to your Github?

Not yet but I will do now!

Both projects i have done are now on there! The second is almost finished but still have one little problem when adjusting browser size as you will see.

My username is davemcennerney!

Thanks for your help :)

Kerry Collier
Kerry Collier
16,151 Points

Yeah, I'm looking at the second one. So, what is likely causing the issue with the browser size is how you're doing the layout of the images there. So you have them each in individual article tags, and they're all likely different sizes then, so at the 1024 they're not adjusting right. What I did, and what I think they are looking for, is putting the images in as an <ul> and as <li> tags and then floating and clearfixing. Did you do the building your first website course by chance? That's the method they teach in that, so that's how I did it. You're welcome to click on my github and see what I did if you need some guidance there. Probably easier to see what I did then to type it out lol I'll admit my CSS is a tad chaotic, I need to fix that, but it does work! lol Also, I'd look into putting your css in their own folder, as I know that is in there for an Exceeds option, and it just cleans things up a bit, but it's not required for the project. Otherwise, I think you look like you hit everything else.

Ok great thx, i appreciate you having a look! I'll have a look at yours and see what you did. Which tariff are you on and how far in are you?

Kerry Collier
Kerry Collier
16,151 Points

I'm on project 3, and I have the full access. So, not too far ahead, I just finished that one a few weeks ago.