Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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