Hi!
As my first project in the Academy, I chose to make a notebook.
Here it is on GitHub:
The main problem at the moment is saving. The only way is the browser’s Save As function which is not pretty. As I won’t host it on a server for now, it would be nice if user could save the work in a file.
I looked for solutions and found some for saving form input in a neat, structured .txt file. However, in my case, I rather need to save not the form, as that would be already cleared, but the table below it.
Then, and here it gets more tricky, I need the webpage to read data from the file and assemble it back as it was, when user opens the page again.
I would like to hear your ideas on this. I am open to any feedback