Please i am writing my first project work (Tribute Page) on VS Code, how can I submit my work to Freecodecamp when I am done?
You will need to have a live version online. The most common tool for that is CodePen (it’s free). But there are other, similar platforms that you can use.
Do I have to use CodePen for the front end projects?
As long as your code is publicly viewable somewhere on the internet, and you have a live demo, you can use whatever tools you want.
1 Like
what about the CDN link how ca i use it?
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
you can use GitHub to host your page…
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.