Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/firestreaker2/todo
- Owner: FireStreaker2
- License: mit
- Created: 2023-05-23T23:13:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T20:55:13.000Z (12 months ago)
- Last Synced: 2024-10-19T06:36:55.920Z (3 months ago)
- Topics: app, expo, expogo, react, reactjs, reactnative, todo, todos, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)