Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henrychavez/nativescript-todo-app

Nativescript application example based on Johny Vino Todo-List app proposal
https://github.com/henrychavez/nativescript-todo-app

Last synced: about 2 months ago
JSON representation

Nativescript application example based on Johny Vino Todo-List app proposal

Awesome Lists containing this project

README

        

# NativeScript Todo App

NativeScript Application example to manage daily task.

Design inspired by [Johny Vino](https://dribbble.com/shots/4773052-Todo-List)

iOS

## Features
1. Add task
2. Complete task
3. Pending task counter
4. Store tasks on the device
5. Font-icon support
6. NGXS for state management
7. Multiple device synchronization using Firebase (Coming soon)
8. Push Notifications (Coming soon)
9. Due date (Coming soon)

### Prerequisites / Requirements

You need the version of NS5 or later installed on your machine

### How to run
```bash
git clone https://github.com/henrychavez/nativescript-todo-app.git
cd nativescript-todo-app
tns run
```