An open API service indexing awesome lists of open source software.

https://github.com/jsonzilla/coffee

Take notes about yours coffee recipes
https://github.com/jsonzilla/coffee

coffee

Last synced: 7 months ago
JSON representation

Take notes about yours coffee recipes

Awesome Lists containing this project

README

          

# coffee
A simple desktop Qt app to make notes

![coffee](https://user-images.githubusercontent.com/2099388/39969166-7f1ca3f4-56ae-11e8-99dc-821d82e6b7fc.png)

## Features
- Simple and easy to use
- Notes are saved in database

## Build requirements
- Qt 5.9 or higher
- CMake 3.1 or higher
- C++ compiler with C++14 support

## Build instructions
- Clone the repo
```bash
cmake -S . -B build
cmake --build build
```

## License GPLv2
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 2 of the License, or (at your option) any later version.