# Saving data in local storage

**URL:** https://community.thunkable.com/t/saving-data-in-local-storage/563316
**Category:** Questions about Thunkable X
**Tags:** design, beginner, data-visualization
**Created:** [April 13, 2020, 3:20pm UTC](https://community.thunkable.com/t/saving-data-in-local-storage/563316 "2020-04-13T15:20:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![16josephsrgz](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/16josephsrgz/32/61177_2.png) [@16josephsrgz](https://community.thunkable.com/u/16josephsrgz)
#### Post date: [April 13, 2020, 3:20pm UTC](https://community.thunkable.com/t/saving-data-in-local-storage/563316/1 "2020-04-13T15:20:48Z")

</div>

Hi all!

In my app, I need to save a number that a label is changed to, so that when the user leaves and re-enters the app, they number is still the same, instead of being reset to 0. And also the same but with words in a list

More specifically, in this app, the user is presented with the option to set a goal for how many books they want to read, and their progress starts at ‘0’, but when they enter the title of a book, for each book, they progress increases by 1. This is on a label. The book titles then appear at the bottom on the screen in a list. I need the progress number and book titles to be saved in local storage.

Here is the link to my app (apologies for it being a bit messy at the moment, its still a work in progress):  
[https://x.thunkable.com/projects/5e6513c77a4b2de9f2bb8626](https://x.thunkable.com/projects/5e6513c77a4b2de9f2bb8626)

Thanks for any help you’re able to provide 🙂

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [July 14, 2020, 10:20am UTC](https://community.thunkable.com/t/saving-data-in-local-storage/563316/2 "2020-07-14T10:20:36Z")

</div>

hey @16josephsrgz - have you considered using a stored variable for this?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:39am UTC](https://community.thunkable.com/t/saving-data-in-local-storage/563316/3 "2024-11-08T11:39:08Z")

</div>


