A simple and universally relatable app for coffee/tea lovers. Coffee, Help! allows the user to track their daily caffeine intake with the touch of a button. It has responsive visual representations of data changes that can be seen at a glance.
It is easy to personalise, with user inputs to change your daily caffeine goal, add your own favourite custom drink, pick and change your favourite daily drinks to be displayed on the home screen as a quick-add option. We have designed this to be interactive with the user, and your changes can be reflected in the behaviour of our mascot Derek McBeans.
A video demonstration of the app is available at https://youtu.be/jF7IJb47cdM
This app can be run on IOS or Android. To be able to run the app you will need the Flutter SDK and an appropriate emulator (e.g. XCode for IOS or Android Studio for Android).
- Fork and clone the repository locally.
- Install the Flutter SDK for your OS: https://docs.flutter.dev/get-started/install
- Install an emulator for Android or IOS. We used XCode for IOS and Android Studio for Android.
- Confirm your environment by running
flutter doctorin your terminal. - Use your emulator to run the app. For IOS you must only open the Runner.xcodeproj within XCode.