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 trialChristopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsToo much code
Does anyone still remember all this code after watching this video, can you write this on your own. My mind is blank now from watching, but along the way I was understanding this, but simple fact is that I cannot hope to re-write this on my own. But good lesson.
4 Answers
Garrett Levine
20,305 PointsI felt the same way after watching a lot of videos. The truth is you really need to pair Treehouse's learning with projects ! I always recommend making a to-do list we app when learning to program in JS. I challenge you to;
make an input, that when you submit it stops the page from refreshing, and adds a list item to the screen with the input text.
you can click on an x on the list item to remove it from the list
you can click on a check mark on the list item to add it to a NEW list called 'archive', and shows the date it was completed on.
I bet you can do all of these things, and just keep pushing through until you can figure it out! don't do anymore treehouse vidoes until you've completed the project, because while Treehouse is a wealth of knowledge it can get VERY comfortable.
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 Points@Garrett Levine Thanks a lot, email email coming!
Johnny Garces
Courses Plus Student 8,551 Points@Christopher Mlalazi Highly recommend Free Code Camp freecodecamp.com. Treehouse can only do so much for ensuring a blended learning experience. By blended learning, I mean watching video-lessons and applying those lessons from scratch.
With free code camp, you have a structured learning environment for completing algorithm challenges and frontend projects along the way.
Enjoy!
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsThanks Johhny, am enrolled with Freecode Camp although its been sometimes since I logged on because I am now also doing the Techdegree.
john larson
16,594 PointsI have to agree about doing projects. There is so much information in these courses that by the time I get to the end...I forget the beginning stuff. And sometimes when I try to do a project on my own I'm saying "wait, that worked in the video what's happening here!". Always more questions. yea...
john larson
16,594 PointsI lost went through the hoops signing up for freecodecamp, only to get to the place where you have to join a facebook group. Too much data mining on facebook for my tastes.
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 Points@John Larson, yes side projects are the way to go thatβs what I am doing now, write code every week by developing sites for friends for free for now as I accumulate experience.
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsChristopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsThanks Garret, you know I was telling myself to look for exercises online, but will try yours first, if I fail I will come back to you. Cheers
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsChristopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsThanks Garret, you know I was telling myself to look for exercises online, but will try yours first, if I fail I will come back to you. Cheers
Garrett Levine
20,305 PointsGarrett Levine
20,305 PointsChristopher Mlalazi feel free to message me at any time! garrlevine@gmail.com . I would love to help you out and send you assignments to help you learning!