https://github.com/lemtom/kuir
Recipe Manager
https://github.com/lemtom/kuir
cookbook cooking recipes
Last synced: over 1 year ago
JSON representation
Recipe Manager
- Host: GitHub
- URL: https://github.com/lemtom/kuir
- Owner: lemtom
- Created: 2020-03-29T19:27:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T19:28:14.000Z (over 6 years ago)
- Last Synced: 2025-02-07T15:45:09.179Z (over 1 year ago)
- Topics: cookbook, cooking, recipes
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kuir Recipe Manager
Work-in-progress recipe manager using JavaFX. Currently recipes can be added in-memory and displayed in a table. Double-clicking on a recipe in the table opens a non-functional viewer.
## Further plans
The original plan included:
* Finishing the viewer
* Allowing recipes to be edited
* Saving recipes as JSON files in a format based on [the Recipe Schema](https://schema.org/Recipe)
* Export to and import of various other formats