Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apetrovya/qdrink
Blood alcohol concentration calculator; personal cocktail recipe notes keeper
https://github.com/apetrovya/qdrink
Last synced: about 8 hours ago
JSON representation
Blood alcohol concentration calculator; personal cocktail recipe notes keeper
- Host: GitHub
- URL: https://github.com/apetrovya/qdrink
- Owner: apetrovYa
- License: unlicense
- Created: 2016-06-30T19:20:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T22:55:08.000Z (over 1 year ago)
- Last Synced: 2024-01-16T00:50:15.392Z (10 months ago)
- Language: C++
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Qdrink Project Logo](https://raw.githubusercontent.com/apetrovYa/QDrink/master/docs/images/qdrink-logo.jpg)
# QDrink
> Little stone of software developed for educational purposesQDrink is a simple Cocktail Recipe Notes keeper. QDrink was developed with the hobby idea in
mind because in my free time I like doing mixology :)### Functionalities
The application makes possible for you to:
1. CRUD operations on **QDrink** Cocktail Cookbook;2. Backup loader and saver;
3. BAC Calculator.
### Gui Language
At this moment the application language is italian.### Future work
1. Refactoring;2. GUI modularization;
3. Improve Memory Management;
4. Add new user functionalities;
5. Internationalization;
6. Cross Platform Porting.
## System requirements
The application was tested and executed under Fedora OS. During developement
I used the fourth version of Qt.
So, before installing it's requested local installation of Qt4. It also
should work with Qt5.
## How you can install QDrink
The local installation requires the following couple of steps:
1. git clone https://github.com/apetrovYa/QDrink.git qdrink2. cd qdrink
3. qmake-qt4 && make
4. make clean
## How you can execute
In the current installation directory, from console type the following
command:1. ./QDrink
> `Now the app should be executing`.
## Licensing
The code in this project is "without licence".