https://github.com/hanzhichao/habitly
habit tracker
https://github.com/hanzhichao/habitly
habit-tracker habit-tracking nextjs react shadcn-ui tauri-app tauri2
Last synced: 5 months ago
JSON representation
habit tracker
- Host: GitHub
- URL: https://github.com/hanzhichao/habitly
- Owner: hanzhichao
- License: mit
- Created: 2025-06-12T06:29:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T06:59:29.000Z (12 months ago)
- Last Synced: 2025-06-19T07:38:26.773Z (12 months ago)
- Topics: habit-tracker, habit-tracking, nextjs, react, shadcn-ui, tauri-app, tauri2
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Habitly
基于[Tauri](https://v2.tauri.app/) 和 [Next.js] 开发的简单习惯跟踪 App
## 参考图

## 实现预览



## 开发调试
```shell
git clone https://github.com/hanzhichao/habitly.git
cd habitly
pnpm install
pnpm tauri dev
```
## 构建方法
```shell
pnpm tauri android build --apk
```
## 参考
- 效果图来至: https://appalchemy.ai/
- 初始代码:v0: https://v0.dev/chat/habitly-app-creation-oSxeXBXhPcA
- SQLite教程: https://www.runoob.com/sqlite/sqlite-date-time.html
- Calendar样式: https://daypicker.dev/docs/styling
- date-fns文档: https://date-fns.org/docs/I18n
- Tailwind颜色: https://ui.shadcn.com/colors
- Motion文档: https://motion.dev/