I learned JavasSript, HMTL, CSS, and jQuery on Codecademy.com and began building a website that provides users with a To Do list that they can edit and sort. I coded it in Sublime Text and just have it on my computer currently.
My question is, what is the best and easiest way to store individual users' To Do lists (and some other information) so that they can login and come right back to that same list when they return to the site?
I really don't know anything at all about how to go about doing this so using as much plain English as possible in your response would be greatly appreciated.
I started taking a Codecademy course on Apigee's API, which seems to allow you to do what I am looking for but the course is not written very well and seems to have some bugs in it. I'm also not sure if using Apigee is the best way to go about doing this.