An open API service indexing awesome lists of open source software.

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.

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