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

WordPress

Sophia Serafino
Sophia Serafino
1,149 Points

How do I start a practice website for free?

I'm very new to coding, but I am taking the web design course on Treehouse right now. I am keeping up in workspaces as I watch the videos, but I would like to start putting my new skills to use, and create a small project or practice website. It doesn't necessarily have to be available online.

I tried to set up a site with go daddy - but it didn't allow me to practice my html and css.

Since I'm not looking to build anything big and publish it to the world yet, I'd like the cheapest option. Any suggestions on where to go from here would be greatly appreciated.

2 Answers

Aaron Arkie
Aaron Arkie
5,345 Points

You can always get a text editor such as notepad++ or sublime. All you have to do is create a folder and save all of your files in it for any specific project. Say you create music store website for personal use to test your skills. You would create a folder on your home desktop maybe named Music Store Website? Then you would create your css , html files in notepad++ and save it in there folder. Then you would also save any images you would use in that folder also. All you have to do is click run and choose a browser to see your work. This route is free.

Jesus Mendoza
Jesus Mendoza
23,289 Points

You don't need to pay to make a website, you can make it with any text editor, even with the notepad from Windows or Mac, just build the document structure and save it with the .html extension and you're ready to go. You can try it double clicking on the file and it will open on your browser. If you need to test some features that required a server, you can use local servers such as Xamp and Wamp.

If you want to make a website with Wordpress it's a little bit more complex to set it up. You need to download and install a local server, download the wordpress files from www.wordpress.org, run the local server, create a data base and then run the wordpress set up. Here is a tutorial of how to http://premium.wpmudev.org/blog/how-to-install-wordpress-locally-for-pcwindows-with-xampp/.

After you finish your website you can upload the files to a hosting service using a FTP server.