About deploying projects

Hello Developers! I need your advice about hosting certification projects. Can I use different host platforms, like: GitHub Pages, Vercel, etc. or I should use only https://codepen.io for this ?
Thanks.

From the FAQ:

Do I have to use CodePen for the front end projects?

As long as your code is publicly viewable, and you have a live demo, you can use whatever you want.

You can use GitHub pages or surge.sh as alternatives to CodePen.

In short if it’s not something like codepen or replit where the source code is easily accessible, you should add a link to your code repository, and make sure the test suite is included

2 Likes

@James_First, I think it’s better to start working with git/GitHub, if you want to live to host your projects you can integrate GitHub with netlify.com, it works hand in hand with Github. Hope it helps!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.