/nativescript-math-games

A cross-platform mobile app built in Native Script for building math drills and flash card quizzes

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

This is a mobile app for Android and iOS built in Native Script. It started out as a "scratch-an-itch" solution to a real problem I have been running into as a personal tutor for the past thirteen years.

To run this project, first head over to NativeScript.org and follow Native Script installation instructions in the Quick Setup Guide for your platform. If you already have Native Script installed, you can run it in an Android emulator using:

tns build android
tns run android --emulator --watch

Stack

My Development Environment

  • Ubuntu 14.04 Linux / Debian (sid)
  • emacs -nw
  • Dell XPS 13 9343 (Developer Edition)
  • You can see my dotfiles here github dotfiles.

Front-end (Android/iOS Client)

  • Native Script
  • Angular2
  • Typescript
  • npm
  • Android (SDK)
  • Android (emulator)

Back-end

  • None yet. It is currently a stateless client application with no server-side backend application.