Currently building a dayplanner app that uses sticky notes to hold events and To dos. I'm really having a hard time figuring out a save function. I just want to be able to save and access it on my machine. Any ideas?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Yep,
localStorage
can be a "mid-term" solution, if you only use the app on one device.Otherwise, if you don't want to write back-end code, you can also connect your app to a serverless provider like Firebase.