tingsystems / todoListsIonicSQLite

todo list app in Ionic (v3) using relational DDBB with SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project shows how to use relational databases with SQLite on Ionic 3.

Install

Run npm install

Launch in app

You should have Ionic already installed (npm install -g ionic@latest)

Then just run ionic cordova run ios to run it on iOS simulator/device

OR

ionic cordova run android to run it on Android simulator/device

About

todo list app in Ionic (v3) using relational DDBB with SQLite


Languages

Language:TypeScript 60.1%Language:CSS 19.1%Language:HTML 18.3%Language:JavaScript 2.6%