https://github.com/kmerz/leuchtturm
Android todo app
https://github.com/kmerz/leuchtturm
android-app android-application react-native
Last synced: 2 months ago
JSON representation
Android todo app
- Host: GitHub
- URL: https://github.com/kmerz/leuchtturm
- Owner: kmerz
- License: mit
- Created: 2018-10-28T08:12:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T17:39:49.000Z (over 7 years ago)
- Last Synced: 2025-03-21T00:30:57.911Z (over 1 year ago)
- Topics: android-app, android-application, react-native
- Language: JavaScript
- Size: 388 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# leuchtturm
leuchtturm is a minimal organizer software in `react-native` for android. Containing a todo list and a note book.

## Getting Started
Use `Add Todo` to create a new todo. By pressing long on a todo entry
you can edit or delete a Todo entry.
### Prerequisites
To build the `apk` you need to follow the [react-native](https://facebook.github.io/react-native/docs/getting-started) guide. The guide will explain how to install the android studio needed for build and emulation.
### Installing
After building the apk you can copy it on your android 8.0 phone and install it.
## Running the tests
Since it was fastly prototyped, there is no tests yet. This will be done later (tm). For the brave [react-native](https://facebook.github.io/react-native/docs/testing) has a guide for testing.
## Built With
* [react-native](https://facebook.github.io/react-native/)
## Contributing
Everyone who is willing to contribute can do so. Please open Issues and even better Pullrequests.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
## Authors
* **Konrad Merz** - *Initial work* - [kmerz](https://github.com/kmerz)
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* **Bernd Ahlers** - *Ideas* - [bernd](https://github.com/bernd)