0

How I can create a simple app with JS?

I need help. how to start creating the app

26th Sep 2016, 7:33 PM
Tayin
3 Antworten
+ 1
Check out the "Code Playground" link (available on the desktop website, not sure about Apple or Android apps) for some examples.
26th Sep 2016, 8:20 PM
Chris G
Chris G - avatar
0
1. Download or copy paste code from github. Todo-dexie.js good for beginner. 2. Make some modification to styling. Todo-dexie.js : You can use todo-dexie.js as shopping list app. It using indexeddb to store your data. As long as you dont clear storage browser, you data still there. You dont lost your data if you clear browser history.
27th Sep 2016, 4:15 AM
cdr