Can I use codesandbox.io for FCC projects?

Codesandbox is my one of the favorite online code editor. So, I want to use CodeSandbox to complete my FCC project.

If it possible, then how can I use FCC Test Suite in CodeSandbox?

All you have to do is link the js script in your head:

https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js

2 Likes

I am a huge fan of codeAnywhere, both for testing stuff and for development – and I use their IDE most of the time now. I was truly glad to see that I wasn’t stuck building complex projects in CodePen.

And yes, simply include the link to the bundle.js that @Tirjasdyn gave, works a treat!

1 Like