Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/firestreaker2/todo

A basic TODO list mobile app.
https://github.com/firestreaker2/todo

app expo expogo react reactjs reactnative todo todos ts typescript

Last synced: about 2 months ago
JSON representation

A basic TODO list mobile app.

Awesome Lists containing this project

README

        

![ToDo](https://socialify.git.ci/FireStreaker2/ToDo/image?description=1&forks=1&issues=1&language=1&name=1&owner=1&pulls=1&stargazers=1&theme=Dark)

# About
ToDo is a simple app made with [react native](https://reactnative.dev/) and [expo](https://expo.dev/).

# Usage
since im too poor to publish this app on an app store, you will have to [selfhost](https://github.com/FireStreaker2/ToDo#Selfhosting) it

> note that there is currently no demo link, because of hosting issues

# Selfhosting
If you would like to selfhost this, you may.
```bash
$ git clone https://github.com/FireStreaker2/ToDo.git
$ cd ToDo
$ npm i
$ npm start
```

> Make sure you have the ``Expo Go`` app installed on your mobile device if you want to use it on mobile.

# License
[MIT](https://github.com/FireStreaker2/ToDo/blob/main/LICENSE)