Reputation: 1
I made this lite version google keep app in react and was wondering how you personally would go about storing the notes data, so that anyone entering the page sees the same notes, and have the same editing capabilities(deleting the notes).
Right now it only stores till refreshed. https://audunlk.github.io/googlekeep/
Thank you.
Upvotes: 0
Views: 234
Reputation: 25
Some JSON fill to store data and later edit it or delete it. or firebase real-time database
Upvotes: 0