Ritmio is a super simple, open-source grid-based habit tracker built with React Native. It helps users maintain daily routines by tracking habits in a visually intuitive grid format — one box per day, one habit at a time.
📱 Initially focused on Android, with planned support for iOS and Web in the future.
- ✅ Daily Habit Logging — Check off your habit with a tap.
- 🟩 Grid-Based UI — See your progress clearly over time.
- 🔒 Private by Default — No accounts, no tracking, no cloud.
- 🧩 Modular & Lightweight — Built with simplicity and extensibility in mind.
- 🛠️ React Native Foundation — Modern cross-platform tooling from day one.
- Node.js (>= 16)
- Expo CLI
- Android Studio or a physical Android device
git clone https://github.com/Sarsharses/Ritmio.git
cd ritmio
npm install
npx expo start
Use the QR code or select your emulator to launch the app.
Contributions are welcome!
- Fork the repo
- Create a feature branch:
git checkout -b feature/my-feature - Commit your changes:
git commit -m "Add feature" - Push your branch:
git push origin feature/my-feature - Open a pull request
This project is licensed under the MIT License.
Created by Sarsharses — feedback, stars, and contributions welcome!
- Project Board: https://github.com/Sarsharses/Ritmio/projects
- Issues: https://github.com/Sarsharses/Ritmio/issues
- Discussions: https://github.com/Sarsharses/Ritmio/discussions