Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henrychavez/nativescript-todo-app
- Owner: henrychavez
- License: apache-2.0
- Created: 2019-06-11T01:37:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:16:20.000Z (about 2 years ago)
- Last Synced: 2024-04-16T16:18:21.484Z (9 months ago)
- Language: JavaScript
- Homepage: https://dribbble.com/shots/4773052-Todo-List
- Size: 4.32 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
## 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
```