Can I use Gitbub to submit projects?

I noticed that Codepen has compatibility issues with Safari. Is Github a good substitute concerning the submission of projects? If so, would I need to use the CDN link at GitHub.com? I am currently working on the “tribute page” project. Thanks!

Hello and welcome to the freeCodeCamp community~!

GitHub itself will not work for submitting the projects. However, GitHub does offer a free hosting service for static pages (aptly named GitHub Pages). You can deploy your project through this service and submit the live link if you’d like :smiley:

1 Like

you still need to use the cdn link to test your projects, yes

you can add a (empty) script tag at the end of your body element with a src attribute with value of the given link (same script tag you can see in the provided pen)

1 Like