From e0dda644128aea9cc32cf023e4771d90400bc6a3 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Fri, 30 Mar 2018 19:43:39 +0200 Subject: [PATCH] Added screenshot to readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b84335d..e46c739 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Recipe DB +![screenshot](http://i.imgur.com/FbltFit.png) + Recipe DB is a simple, lightweight database powered by Qt and SQLite to allow you to save, retrieve, and search through many recipes without needing to be connected to the internet. Meant as a tool for those who enjoy making recipes their own, this tool lets you edit recipes, search by ingredients or food groups, and filter out recipes that meet certain criteria. Recipe DB was created initially out of a desire to organize my many recipes in one uniform way, as simply as possible, while still making sure that retrieving any given recipe is as effortless as possible. I wanted something where I could save recipes offline, change them if I need to, convert units on-the-fly, and add a few other small utilities that would save a few precious minutes in the kitchen. ### How it works