Freecodecamp editor, lack of autosave

Hi. I’m working on the Survey Form Certification Project (New Responsive Design course). The page refreshed for some reason and I lost at least 30 mins worth of code. I don’t know how to deal with that. It’s going to be hard to stay motivated if that continue to happen. I’m not going to remember to hit that save button often enough. Any advice?

Would be nice to have autosave.

I would code it locally using the test script. It should still be pretty much on par with the editor tests.

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

When done copy and paste the code into the fCC editor and make whatever changes are/might be needed to pass the tests.

Thank you for your feedback.

Could you please tell me how to code locally using the script? I don’t know how to do that.

Add the script element I posted at the bottom of the HTML file before the closing </body> tag.

You should see a modal in the top left corner with a drop-down menu you can pick the tests from.

Get VS Code and add an extension like Live Preview, Live Server/Five Server for the local development.

Wow that’s cool! Worked out great. Thanks a lot! :smiley:

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