aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
blob: b68bc3c29ad1f5e1b59678a80abb17f62caddb91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
= Kulinar

image::assets/icons/icon.png[Icon,46,46,float=left]

This simple and efficient cooking app for Android is designed to improve your time with recipes.
Organize, share and read recipes easily and comfortably.

image:https://img.shields.io/badge/Available_on-Play_Store-8bc34a?style=flat-square[link="https://play.google.com/store/apps/details?id=com.davidpenkowoj.kulinar_app"]
image:https://img.shields.io/badge/License-EUPL_v1.2-8bc34a?style=flat-square[link="https://eupl.eu/1.2/en"]
image:https://img.shields.io/badge/Using-Flutter_3-8bc34a?style=flat-square[]

== Usage

NOTE: This app does not contain any recipes by itself.
Rather, the user is invited to write and compile their own recipes as well as rate, share and organize them.

Manual backups or shares can be created through the settings menu.

The resulting file contains all recipes.
Also, the recipe notepad is able to parse https://en.wikipedia.org/wiki/Markdown[Markdown].
This means you can give style and structure to your recipes like this:

[source,markdown]
----
# This will be a headline

This would be regular text

## This will be a sub-headline

- Unordered lists are interpreted as ingredients
- Many ingredients

1. Ordered lists may be used as method steps
2. Or not, they are not interpreted
----

For more information read the https://www.markdownguide.org/basic-syntax/[Markdown Guide] by Matt Cone.

== Features

This is a list of all currently implemented and planned features:

- [x] Favorite Recipes
- [x] Recipe Ratings
- [x] Image preview control
- [x] Show on lock screen
- [x] Search function
- [x] Recipe Sharing
- [x] Markdown formatting
- [x] Integrated shopping list
- [x] Manual export & import functionality
- [x] As privacy-friendly & non-invasive as possible
- [x] Secure local database
- [ ] Server synchronization
- [ ] Export as (adoc, pdf, kulinar)
- [ ] Fine control over exports & imports
- [ ] Smart search via ingredients
- [ ] Ingredient & Diet filter
- [ ] Imports from websites

== Installation

This app is available on the https://play.google.com/store/apps/details?id=com.davidpenkowoj.kulinar_app[Google Play Store].

It can also be compiled and installed from source using flutter.
First make sure your device is connected, has enough storage and you have permission to install the app.
Next, in the root directory of this repo run:

```bash
flutter install
```

Regarding issues with the installation, bugs or related inqueries please write me an E-Mail at mailto:davidpenkow1@gmail.com[davidpenkow1@gmail.com].

== License

This Software is excluisvely licensed under the EUPL v. 1.2.
An English link:LICENSE[copy] is included in the code.
Official translations can be found at the official website of the https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12[European Union].