https://github.com/dcdms/reminder
Reminders app for forgetful people like me.
https://github.com/dcdms/reminder
Last synced: about 1 year ago
JSON representation
Reminders app for forgetful people like me.
- Host: GitHub
- URL: https://github.com/dcdms/reminder
- Owner: dcdms
- Created: 2024-10-06T00:17:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:36:42.000Z (over 1 year ago)
- Last Synced: 2024-12-21T12:23:29.355Z (over 1 year ago)
- Language: TypeScript
- Size: 880 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reminder
As someone who tends to forget things easily, I often find myself spending a lot of time on my phone and laptop. This inspired me to create **Reminder**, a cross-platform app designed to help me keep track of important tasks and events. Whether you’re on your desktop or mobile, Reminder is here to ensure you never miss a beat!
Tasks for 1.0:
- [ ] API using Ellysia with authentication and CRUD of reminders
- [ ] Desktop app using Tauri that consumes the API and sends notifications
- [ ] Mobile app using React Native that consumes the API and sends notifications