https://github.com/amuzacz/habits
Good habits app
https://github.com/amuzacz/habits
clojurescript cordova mui react-color react-vis reagent shadow-cljs
Last synced: 5 months ago
JSON representation
Good habits app
- Host: GitHub
- URL: https://github.com/amuzacz/habits
- Owner: amuzacz
- License: mit
- Created: 2023-04-28T19:39:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T08:48:17.000Z (about 3 years ago)
- Last Synced: 2025-08-24T23:32:38.171Z (11 months ago)
- Topics: clojurescript, cordova, mui, react-color, react-vis, reagent, shadow-cljs
- Language: Clojure
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Habits - app that helps you develop good habits
TODO: Publish on google play store so some screenshots wil be available.
Development:
```sh
# In first terminal
$ shadow-cljs watch app
# In second terminal
$ corodova run browser
```
Android build:
```sh
$ build.sh
```