Codepen checklist in vs code

hi everyone is there a way to import that objectives check in codepen using vscode? i prefer doing my projects on vscode for now on

Sure, you can import that package into your project. If you put:

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

in your HTML file, the green hamburger should show up in your app.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.