Doubt about starting a project by not using codepen. Can i use other editors like Visual studio or Brackets to create projects

Tell us what’s happening:

I was creating my first webpage challenge of freecodecamp. But its mentioned that we should use codepen.io for this or use a CDN link. I dont know what this CDN is about and how to use it . What i was asking is can we make our projects in other editors like Visual studio code or Brackets. Please help me out of this.

Your code so far

Your browser information:

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

Challenge: Build a Tribute Page

Link to the challenge:

Hi @johnwick007

I understand this is an older post but hope my answer can still be helpful. You can certainly create your project in VS Code (I use that one for all my projects) or Brackets. But remember that you cannot share those projects. Unless you upload them to for example GitHub or GitLab . Or you can develop in your favorite text editor and then copy everything to codepen.

Concerning your other question, a CDN is a Content Delivery Network. It basically stores styles/scripts/… and you can call on them by importing it (this is a very simplified description though).

Cheers
Tom

your answer so helpful …thank you tom :smiley: