—
is your plan to store the stories on a server so different devices can access them, or store them in local storage (so only the device that created a story can see it?
and how long are the stories? are they going to be copy and pasted from other sources? If you want any text formatting it get a lot more complicated...
Plinkie was suggesting using an Array to store the stories in. Which is a good idea, and makes saving to local storage easier. But the code is tricky to follow for people who have never used arrays before...
Firstly, i want to store it locally (local storage)
also, the stories are self written in the textbox. It's kinda part of the project.
And lastly, i have never really used arrays before, but i actually hope i don't have to here.