So I want to write a simple task manager as a part of my learning process using javascript and run it without a server. I want to be able to save/load so-called "projects" - lists of related tasks and their corresponding status (in-process/done). These projects must be stored in different data files on my disc drive (in txt files for exmpl)
What is the simplest way to achieve that ? What are the alternatives ? I am very new to programming and would appreciate some help