As a user, I want to be able to view my previous code submissions.
Since PythonBuddy is only for 1 user for this repo (for PythonBuddySandboxed aka the demo server, it's different), we can achieve this by either
- creating a database and storing each of the submissions.
OR
- using window.localstorage https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
As a user, I want to be able to view my previous code submissions.
Since PythonBuddy is only for 1 user for this repo (for PythonBuddySandboxed aka the demo server, it's different), we can achieve this by either
OR