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 trialNicholas Wallen
12,278 PointsConfused on what projects to tackle as a first timer for Front End Web Development. Any suggestions would be appreciated
So I have went through several of the tracks here on Treehouse, learning HTML, CSS and Javascript.
I love it, but I know I am now at the point in which I need to start building stuff myself. My only concern is, I have no idea what to build. Are there any helpful tips that you guys could provide that maybe worked for you, or perhaps a resource you can point me in the direction of which has various projects I can tackle in order to continue my learning?
All of my learning in regards to this has come from Treehouse. And as I can not financially afford one of their $100 a month programs, I need to focus on building my own stuff, versus just watching videos. It's August, and I really would like to be able to apply for a job within the field by no later than March 2019.
Adam N
70,280 PointsHave you put up simple page live on the internet, yet? You could start there if you haven't.
2 Answers
Nicholas Wallen
12,278 PointsI have Notepad++ if that is what you mean.
Dave StSomeWhere
19,870 PointsOk, that is a text editor and an important part of a local dev environment. My point is that if you want to build stuff yourself. You need tools and a workshed. So, I would recommend starting out by getting properly setup. Now for the best part... it can all be done for free so don't worry about cost.
What is your current OS?
If you are on windows or mac there are courses for setting up a dev environment - just search on dev environment.
I like using XAMPP on anything but Linux (it's just LAMP but basically the same thing) - key being that you have an *AMP stack (Apache web server, MySQL and PHP) - will be glad to explain more if interested.
Philip Schultz
11,437 PointsWhy not make up a business, like a coffee shop or pizza place? Also, I hear its good practice to try and copy a site the best you can. I took a course on Udemy (pretty good prices right now) and the first project was to copy the homepage of the BBC site. It was pretty fun. I'm not sure if that particular class is still available, but it came with a one year free web hosting subscription also. You can buy a course on Udemy for $10 (no monthly payments).
Dave StSomeWhere
19,870 PointsDave StSomeWhere
19,870 PointsDo you have a local dev environment?