Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Adam maitland
Courses Plus Student 211 PointsLooking for help with my web app :)
Hello I have designed and developed a simple todo list app using html, css and javascript. How can store the list items that the user enters so when they visit back to the page the items are saved ?
here is the link to the site
1 Answer
Marc Murray
4,618 PointsHi Adam,
Sorry but your question is just a little vague.
Do you mean you want like users to sign up and stuff, or just store the session?
You could look into session storage as a beginning: https://developer.mozilla.org/en/docs/Web/API/Window/sessionStorage
Best of luck!