https://github.com/martichou/grateful
Android app which ask you what are you grateful for, daily. Improve happiness
https://github.com/martichou/grateful
Last synced: 2 months ago
JSON representation
Android app which ask you what are you grateful for, daily. Improve happiness
- Host: GitHub
- URL: https://github.com/martichou/grateful
- Owner: Martichou
- License: gpl-3.0
- Created: 2018-08-15T15:16:50.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-01T17:53:05.000Z (about 4 years ago)
- Last Synced: 2025-01-27T10:11:41.533Z (4 months ago)
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=me.martichou.be.grateful
- Size: 3.44 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grateful
> Personal project, did it for the fun and for knowledgeGrateful aim to bring happiness by asking daily "What are you grateful for today?".
This habit aim to bring positiveness in life of those who practice the gratitude.## Setup (for myself or for you if you want to build your solution)
A private.xml file is needed and should only contains the following string:
```sh
pk.xxxxx.CxxxxxxxxxPFQ
```## Meta
Martin Andre – [@Martichouu](https://twitter.com/Martichouu) – [email protected]
Distributed under the GNUv3 license. See ``LICENSE`` for more information.
## Edit Strings ressources
If you find grammatical mistakes or if you want to translate this app, please make a PR :)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request