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:
If you are looking for a place to publish your personal projects then these two are best possible resources:
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
Hope this answers your question.
CodeSandbox is another alternative. It does need a little bit of setup since it mimics actual development folder structure.