Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tariibaba/remindaz
Beautiful cross-platform app to store all information you need to remember.
https://github.com/tariibaba/remindaz
electron productivity react reminder-app reminders todo typescript
Last synced: 12 days ago
JSON representation
Beautiful cross-platform app to store all information you need to remember.
- Host: GitHub
- URL: https://github.com/tariibaba/remindaz
- Owner: tariibaba
- License: gpl-3.0
- Created: 2022-03-08T20:46:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T21:44:10.000Z (over 2 years ago)
- Last Synced: 2024-11-27T15:50:49.095Z (2 months ago)
- Topics: electron, productivity, react, reminder-app, reminders, todo, typescript
- Language: TypeScript
- Homepage:
- Size: 1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Remindaz
Beautiful cross-platform app to store all information (tasks, events, etc.) you need to remember.
![A screenshot of Remindaz](media/screenshot-1.png)
## How is Remindaz Different from a To-do List App?
Remindaz is focused on **reminders**, not tasks. There is no concept of task completion or sub-tasks. Every reminder you add has to have a defined date and time for your being notified. When a reminder is due, you can stop it or you can let it "snooze" periodically for as long as you want.
## Features
- Beautiful and clean user interface.
- Create new reminders quickly.
- Get native desktop notifications for reminders when due.
- Keep reminders visible at all times with sticky mini mode.
- Repeat reminders throughout the day (every X minutes or hours).
- Repeat reminders every X days (weeks, months, or years).
- Fast forward reminders by day or time.
- Categorize reminders with multiple tags.
- Run app at startup to keep getting reminders on computer restart.
- Continue getting regular "snooze" notifications once a reminder is due.
- Get notifications for reminders you missed (when your computer was turned off).
- Easily edit reminder details.
- Add more information for reminders with notes.
- More features coming soon.## Tech Stack
- React (+ MobX)
- Electron## Contributing
All feedback and suggestions are welcome. You can send one by creating a [new issue](https://github.com/tariibaba/remindaz/issues/new).
### Running from Source
Fork the repo and clone your fork:
```console
git clone https://github.com/<<>>/remindaz
```Go to the project folder in a terminal instance and install dependences:
```console
yarn install
```Start the React server and Electron:
```console
yarn start
```