https://github.com/zerexei/habexei
Track habits, build streaks, earn points, and unlock badges.
https://github.com/zerexei/habexei
Last synced: 5 months ago
JSON representation
Track habits, build streaks, earn points, and unlock badges.
- Host: GitHub
- URL: https://github.com/zerexei/habexei
- Owner: zerexei
- License: other
- Created: 2025-08-31T05:14:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T05:16:11.000Z (10 months ago)
- Last Synced: 2025-08-31T07:10:37.317Z (10 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌟 Gamified Habit Tracker
**"Gamified habit tracker that actually sticks."**
Track habits, build streaks, earn points, and unlock badges — all in one app.
## ✨ Features (MVP)
- 🔐 User signup/login
- ➕ Add & track daily/weekly habits (check-in button)
- 🔥 Streak counter + points system
- 🏅 Basic gamification: badges after milestones
- 📅 Progress dashboard with calendar view
- 🔔 Push/email reminders for habits
## 🏗 Tech Stack
**Frontend:** Kotlin
**Backend:** Firebase (auth + real-time DB)
**Database:** Firestore
**Infrastructure:** Firebase (serverless, cost-efficient)
## 🚀 Getting Started
```bash
# Clone the repo
git clone https://github.com/zerexei/habexei.git
cd habexei
# Install dependencies
npm install
# Start development
npm run start