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
Ruh Ullah Shah
Courses Plus Student 5,111 PointsStoring large amounts of structured data in a WebApp (W3C widget) using HTML5 and JS
I am developing an app. for a mobile platform. I am using HTML5, CSS and JS. My use case is that I need to persist data of the form:
State Name, District, Town, Code
on the first load of the application on client side as I have no server support. This data needs to be retrieved later for searching. I tried out WebSQL but looks like it is not supported anymore. IndexedDB and local storage weren't helpful either.
Need suggestions to tackle this use case.
Thanks