https://github.com/kolbasa/huely
A simple habit tracker app for Android and iOS
https://github.com/kolbasa/huely
Last synced: 6 months ago
JSON representation
A simple habit tracker app for Android and iOS
- Host: GitHub
- URL: https://github.com/kolbasa/huely
- Owner: kolbasa
- License: mit
- Created: 2024-03-25T22:18:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-06T13:39:17.000Z (7 months ago)
- Last Synced: 2025-11-06T15:24:40.508Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 469 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Huely

Huely is a simple habit tracker app for Android and iOS that allows you to track your progress with a Github-like contributions graph.

## Features
- Simple, uncluttered interface
- Github contributions style calendar
- Light and dark design, depending on system settings
- Support for multiple languages
- All personal data is stored locally
- The data can also be exported
## Building
The app is built on pure HTML5 + JavaScript and uses [Capacitor](https://capacitorjs.com/) as its native runtime.
Simplified guide for building the Android app:
```bash
npm install
npm run build
npx cap add android
npm run icons
npx can run android
```