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

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

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.

![alt text](https://raw.githubusercontent.com/kmerz/leuchtturm/master/screenshot.png)

## 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)