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

Taylor Han
Taylor Han
3,701 Points

Places to practice code, preferably project based?

Hello,

If I were to practice writing some code in textEdit on the Mac, how would I run this to see what it looks like/is it correct?

Also, I feel like I'm learning a lot on Treehouse, but would like the opportunity to practically apply some of these skills (for now very basic HTML, CSS and Javascript). I have heard about Elevator Saga and Codewars, but would love to hear about any other suggestions.

Thanks!

Instead of textEdit I would download an enhanced editor like Atom

https://atom.io/

then search the packages and install 'Live Server'

https://atom.io/packages/atom-live-server

for seeing what code looks like

2 Answers

Regarding practising HTML/CSS/Javascript https://codepen.io/pens/# is a great resource.

While there aren't any projects as such you can find a pen that is interesting & edit it live, or use it as a starting point for your own project idea by forking it.