Can i host my projects anywhere other than codepen?

hello fellow coders, i was wondering if i can host my projects anywhere other than using the FCC codepen?

Hey @shinavn,
Welcome to the community.

If you are looking for code sandboxes like codepen, then, these might help you:

https://jsfiddle.net/

If you are looking for a place to publish your personal projects then these two are best possible resources:

  1. Netlify: All-in-one platform for automating modern web projects
  2. Build software better, together

On netlify you just have to creat an account and then you are ready to go just drag your files on their website and your website is published.

On github, make a respoitory.

Then upload your files to that repository. Then go to the settings of that repository and scroll down to github pages and select project directory to main.

You will get a link to your website.

For detailed explanation, watch these videos:

Deploy Websites In Seconds With Netlify

GitHub Pages Deploy & Domain

Hope this answers your question.

2 Likes

@shinavn Here is a great website to host projects.

1 Like

CodeSandbox is another alternative. It does need a little bit of setup since it mimics actual development folder structure.