https://github.com/vishnuprasad2004/momentum
An app to make your todo tasks more productive to use.
https://github.com/vishnuprasad2004/momentum
expo notification-service react-native redux-toolkit supabase typescript
Last synced: about 2 months ago
JSON representation
An app to make your todo tasks more productive to use.
- Host: GitHub
- URL: https://github.com/vishnuprasad2004/momentum
- Owner: vishnuprasad2004
- License: mit
- Created: 2025-03-16T19:21:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T17:58:16.000Z (about 2 months ago)
- Last Synced: 2025-04-14T21:06:43.863Z (about 2 months ago)
- Topics: expo, notification-service, react-native, redux-toolkit, supabase, typescript
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Momentum β Smart Task Reminder App
**Momentum is a task management app that goes beyond traditional to-do lists. Unlike standard apps where tasks get forgotten after the deadline, Momentum ensures you stay on track with AI-generated reminders inspired by Duolingoβs notification system.**
### Challenges solved:
I tried to solve a problem that arise with traditional task manager tools (todo apps) like notion, where you do note them down but the software doesn't remind of those task and then they become irrelevant after the deadline is crossed. My app sends you remainders like duolingo to let you complete what to task is, I use AI to generate the messages (notification).
## Technologies Used:
![]()
![]()
![]()
![]()
![]()
## π Features
- β AI-Powered Reminders β Personalized notifications to keep tasks relevant using **FCM v1 push notification service**
- β React Native Expo β Cross-platform mobile app development with **Expo and EAS services**
- β Supabase Backend β Secure user authentication & task management
- β Redux Toolkit β Efficient state management for a smooth experience
- β Offline Support β Access tasks anytime# Screenshots
![]()
![]()
## Steps for Installation
```sh
git clone https://github.com/vishnuprasad2004/momentum.git
cd momentum
npx expo install
npx expo start
```