repl
repl copied to clipboard
Save and load buttons
Before we add the server for sharing code, it'll be very useful if we add save and load buttons so users can save their work. For simplicity, I guess using the browser local storage should be fine. When saving, the user gives a name to the project, and when loading they get the list of saved projects and load the desired one.