php-school / phpschool.io

🌍 PHP School Website http://www.phpschool.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache students current solution

AydinHassan opened this issue · comments

We should cache the students current files so that if they close the browser or are redirected, they don't lose any code. We could use local storage for this, but some investigation is required.