Skip to content

Develop healthy digital habits, and reduce distraction.

License

Notifications You must be signed in to change notification settings

OxfordHCC/digital-habits-app

Repository files navigation

Digital Habits

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.

Digital Habits Logo

Developed by Guillaume Couairon and Konrad Kollnig.

Installation

Android: Download here from the Google Play Store.

Screenshot of main screen Android Screenshot of trackers screen Android

iOS: Download here from the Apple App Store.

Screenshot of main screen iOS Screenshot of trackers screen iOS

Build

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.

Development

Use ionic serve and debug in web browser.

Deployment

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.

Privacy Notice

This app does not collect any data from users.

Credits

This app uses Material icons from Google.

License

This project is licensed under MIT.