+ 1
Every data one page
hello i want to create my todolist app. but in this app i want to make for every task a special details page. so the content would be quietly the same only things like Description,date,user and status changes on this pages. i can already do this in php with mysql but is it also possible in js with maybe firebase?
1 Antwort
0
I'm did this using indexedDB (https://developer.mozilla.org/pt-BR/docs/IndexedDB). This database is client side, is very fast and easy to manipulate