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

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.

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
```