Wish there was autosave in projects

I just had to redo the whole CSS for my portfolio project in RWD certfication from scratch because of no auto save
:sob::sob::sob::sob::sob::sob:

Code is saved to local storage when:

  • You run the tests and fail them
  • You hit Ctrl+S
  • You hit the β€œsave code” button, on applicable certification challenges

Code is automatically cleared when you submit a challenge successfully.

When you click a challenge link, your code is loaded from local storage. If you have not done any of the above to save the code, you start with the boilerplate defined in the challenge file.

2 Likes

Hello @aldehyde !

I am sorry that you needed to do them all again.

I make a habit of running and saving, every few updates to my code, so I know I have it available.

Wishing the best in your coding journey. :sun_with_face:

2 Likes

Thank you for helping me @nhcarrigan. Really appreciate it a lot!

1 Like

Thank you so much @anon42932716. I now do that as a habit after this great mistake haha

1 Like

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