Where is a good place to start building a website using HTML and CSS? I have been trying to find one and everything I have found is trying to build it for me like WIX and Google sites. I just want to practice with what I have learned in a format like FCC. Does anyone know anyplace where this is possible?
Check front-end mentors. However, it does not work like the FCC. In front-end mentors, you are offered the complete project and then asked to make a product that closely resembles the completed project.
If you’re looking for a place to experiement with website building in a format sort of like freeCodeCamp’s editor, you might want to check out CodePen, CodeSandbox, StackBlitz, or JSBin. These aren’t places to host a permanent website, but great tools for learning exercises, experiments, and so forth.
Adding to @ArielLeslie 's comment, If you’re ever interested in hosting a website (not in an official way), you could try githug (typo: github). You’ll just have to create a repo and you can use github pages to host your HTML, CSS & Java (or anything else). It’s what I use to host all my projects.
I edit and write my code in Visual studio code, and when I’m ready to update my website, I post the changes to my github repo.
Learn more here: https://pages.github.com/
Thank you so much for this I intend to make an official website in the near future but just want to practice right now.
@ArielLeslie That’s so cute! I didnt even notice the typo xDDD
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.