Projects in vs code

Tell us what’s happening:
Can I build these projects in vs code?? if yes then how will I upload it to freecodecamp website??

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-tribute-page

You can build, and test, the projects in VS Code. However, in order to submit them, you would need to publish the code in some way.
That way could be copy-pasting to CodePen, setting up a GitHub Page with the code, or purchasing a domain to host the code.

I would suggest writing the code fully in HTML on VS Code, then Copy-Paste it to CodePen in the HTML section.

When you build the project, make sure to include the necessary code:
https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
This way you can test it.

thanks :v: this will help :slight_smile: