Coffee-Ratio icon indicating copy to clipboard operation
Coffee-Ratio copied to clipboard

This is an open source app made to help home brewers brew their coffee by calculating the grams of water needed, and run a timer all in the same screen.

Results 9 Coffee-Ratio issues
Sort by recently updated
recently updated
newest added

Hey @johnmahlon - Trying to get my feet wet with SwiftUI and this is the perfect starter for me. Found this little visual bug with the keyboard on an iPhone...

Pull Request for Issue #9 - Settings Added Picker objects for unit of measurement and timer Default ratio storage is saved into UserDefaults

- [ ] Count up vs. Count Down - [ ] Default ratio storage - [ ] grams or tbsp

enhancement

I like to use countdown timers rather than count-up because I am easily distracted and will wander off while making coffee. A countdown timer would sound an alarm and remind...

enhancement

I have dozens of cups of all different sizes. Sometimes I need to brew based on total volume rather than grounds volume. Please allow the water field to be editable.

enhancement

It can take multiple decimal valued number, how can we prevent this ?

the grams of water might be wrong sometimes since it uses double value for calculation replace double with decimal and fix this problem ![Simulator Screen Shot - iPhone 14 Pro...

Updated the README to provide a clearer overview of the CoffeeBrew app, including its features, installation steps, usage instructions.and a brief summary of why users would find CoffeeBrew useful. This...

Fixes #21 Prevented multiple decimal points from being entered into input fields. Moved input filtering logic into custom ViewModifier.