Digital Habits aims to help you develop healthy digital habits. It comes with tips to reduce digital distraction, and a feature to keep track of your habit goals.
Developed by Guillaume Couairon and Konrad Kollnig.
Android: Download here from the Google Play Store.
iOS: Download here from the Apple App Store.
This app was developed with Ionic v5.
Before your first build, you have to run
npm install -g @ionic/cli
npm install
Most code is in src/app/
and written in Typescript / Angular.
Use ionic serve
and debug in web browser.
To build for [Android | iOS]:
ionic build --prod
npx cap copy [android | ios]
npx cap open [android | ios]
Before the first iOS build, you may have to run sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
.
This app does not collect any data from users.
This app uses Material icons from Google.
This project is licensed under MIT.