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
- Host: GitHub
- URL: https://github.com/jsonzilla/coffee
- Owner: jsonzilla
- License: gpl-2.0
- Created: 2018-05-13T15:52:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T15:36:01.000Z (over 2 years ago)
- Last Synced: 2025-03-22T04:27:12.392Z (12 months ago)
- Topics: coffee
- Language: C++
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# coffee
A simple desktop Qt app to make notes

## 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.