Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Just came back to continue the “build a travel agency” project and discovered that my progress has been wiped off and I have to start all over. Why did this happen and what can I do about it?

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/150.0.0.0 Safari/537.36 Edg/150.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-travel-agency-page/669e2f60e83c011754f711f9.md at main · freeCodeCamp/freeCodeCamp · GitHub

the code is saved to local storage when you run the tests or use Ctrl+S

If your browser data is cleaned regularly, or you change device, you should save WIP code in a safe place outside freeCodeCamp

Thank you. So, if I were to alternate between browsers and ctrl+S my progress on both, would my progress sync across both or this wouldn’t be the case?

no, local storage is only local to the browser, it does not transfer between browsers

the only exception is certification projects, which also in progress code is saved to database (but those also have a specific save button), like image

Makes sense. Thank you.