Using Local Storage for Prototyping
I have finished working on the base UX/UI of my application and would like to test its functionality with a batch of users. However, to get the most out of this, it would be useful to have the data features that would require a backend available as well. Is it a practical option to use local storage to store the data just for the prototype, so that I don't have to go ahead and move onto the backend part of the project yet? The data I would display is mostly just graphs and stuff from an onboarding prompt.

I have finished working on the base UX/UI of my application and would like to test its functionality with a batch of users. However, to get the most out of this, it would be useful to have the data features that would require a backend available as well. Is it a practical option to use local storage to store the data just for the prototype, so that I don't have to go ahead and move onto the backend part of the project yet?
The data I would display is mostly just graphs and stuff from an onboarding prompt.