Hi everybody!
I’m taking the Responsive Web Design certification and to complete the projects it suggests using CodePen.
I would like to use Atom instead. The project page says: “You can use this CDN link to run the tests in any environment you like: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js.”
How can I test whether the project passes the tests and how can I submit it using a different text editor?
Hope you guys can help me out!
Matteo
Hi @matteovannucchi !
You can use whatever code editor you want to building the project.
Add this script to the bottom of your html page just before the end body tag
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
That is the test suite.
You have a few options.
No.1:
You can copy and paste you code from atom into codepen and submit that.
No2:
You can use other online options like replit or codesandbox.
No3:
You can use github and create a githubpages site.
As long as it is a live link then the FCC submission will accept it.
Thanks so much!
So, in the case I use Replit, I can copy and paste the code from Atom into a new repl with the name of the project and then copy the link into the solution field on FCC.
Am I getting this right?
Yes that is correct.
FCC is looking for a live link.
Here is a visual of the live link in replit
