Every data one page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

29th Nov 2016, 1:11 AM
Moritz Kos
Moritz Kos - avatar
1 Answer
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
29th Nov 2016, 2:09 AM
Alex Qo
Alex Qo - avatar