Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aleydon/my-todo-list-app

:iphone: A Todo LIst App Android Offline :iphone:
https://github.com/aleydon/my-todo-list-app

javascript mobile-app react-native task task-manager todo todo-list todoapp todolist

Last synced: 10 days ago
JSON representation

:iphone: A Todo LIst App Android Offline :iphone:

Awesome Lists containing this project

README

        




:large_orange_diamond: :iphone: My To-Do List App :iphone: :large_orange_diamond:

---

![Javascript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)

---

## :pushpin: Requirements: :pushpin:

NodeJs: :link: https://nodejs.org/en/

React Native: :link: https://reactnative.dev/docs/environment-setup

---

#
#### :arrow_forward: Get Started:

1. Clone the repo
```sh
git clone https://github.com/Aleydon/My-ToDo-List-App.git
```
2. Install NPM packages
```sh
npm install or yarn install
```
3. Start metro bundler
```sh
npm start or yarn start
```
4. Run application
```sh
react-native run-android or react-native run-ios
```


_Well Done._