enrecipes/README.md

64 lines
2 KiB
Markdown
Raw Normal View History

2020-11-10 18:28:48 +00:00
# EnRecipes
2020-09-15 11:10:16 +00:00
2020-11-12 12:06:17 +00:00
> A simple, offline recipe manager.
2020-09-15 11:10:16 +00:00
2020-11-12 12:59:32 +00:00
## Introduction
2020-09-15 11:10:16 +00:00
2020-11-12 12:59:32 +00:00
EnRecipes is an easy to use, privacy-friendly digital cookbook that lets you create, manage and share your own recipes.
2020-09-15 11:10:16 +00:00
2020-11-12 12:59:32 +00:00
## Principles
- Privacy by Design
## Technologies
- NativeScript-Vue
## Assets
- [Boxicons](https://boxicons.com/)
- Logo by [Vishnu Raghav](https://www.vishnuraghav.com/)
## Features
- Create recipes quickly
2020-11-12 12:06:17 +00:00
- Add photo, notes and references to your recipes
- Organise your recipes by category
2020-11-28 19:52:38 +00:00
- Quickly search for your recipes
2020-11-15 21:13:06 +00:00
- Mark recipes as favorites and add them to your Try Later list
2020-11-12 12:59:32 +00:00
- Scale your recipe ingredients to serve more or less people
2020-11-12 12:06:17 +00:00
- Get notified of the last time you tried a recipe
2020-11-12 12:59:32 +00:00
- Share your recipe to anyone by any means as a nicely formatted message. You can share the recipe photo too.
2020-11-28 19:52:38 +00:00
- Create meal plans
2020-11-12 12:06:17 +00:00
- Import/Export recipes
2020-11-28 19:52:38 +00:00
- Light & Dark theme
2020-11-12 12:06:17 +00:00
- No annoying ads or pop-ups
- No internet access is required and never asks for any unwanted permissions
- 100% free and open-source
2020-09-15 11:10:16 +00:00
2020-11-12 12:06:17 +00:00
Lots of interesting features on the way...
2020-09-15 11:10:16 +00:00
2020-11-12 12:06:17 +00:00
## Credits
2020-09-15 11:10:16 +00:00
2020-11-12 12:06:17 +00:00
This app was written in my free time using NativeScript. I would like to thank all those people who helped me understand the concepts during the process and my special thanks to the NativeScript team and the community.
2020-11-12 12:59:32 +00:00
## License
```
EnRecipes - a simple, offline recipe manager.
Copyright (C) 2020 Vishnu Raghav B
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
```