Skip to content

A simple yet powerful reminders app designed to keep you organized

License

Notifications You must be signed in to change notification settings

Misha-H/reminders

Repository files navigation

reminders

A simple yet powerful reminders app designed to keep you organised.

Repository

https://github.com/Misha-H/reminders

View App Codebase (Web)

https://github.dev/Misha-H/reminders

Node: You cannot run this application in the web browser, as it relies on Tauri.

Install App for Development (Windows)

This section guide is used to run the app in development mode.

Prerequisites

  • Installed PowerShell (or equivalent)

  • Installed Git

  • Installed Visual Studio Code (VSCode)

    Recommend: Add VSCode to PATH and Context Menu.

  • Installed Node & NPM

    Recommend: NVM.

  • Installed Tauri (and dependencies such as Rust)

    Recommend: See Tauri Prerequisites for the most up to date guide.

Steps

  1. Open PowerShell.

  2. Pull code from remote repository to local environment.

    git clone https://github.com/Misha-H/reminders.git
  3. Open reminders directory in Visual Studio Code.

    Note: You can right click on reminders, and click Open with Code if Visual Studio Code is in your context menu.

    Note: You can a terminal write code reminders if Visual Studio Code is added to your PATH.

  4. Open Integrated terminal in Visual Studio Code.

    Keyboard Shortcut: ctrl + `.

  5. Install NPM packages.

    npm install
  6. Run application in development mode.

    npm run tauri dev

Install App (Windows)

Steps

  1. Navigate to reminders Releases.

  2. Download the .msi file from Assets in the latest release.

  3. Run the downloaded .msi file and follow instructions in the install wizard.

    Note: Double click on file to run.

  4. Run reminders app.

    Note: You should be able to access like any other application, e.g. search reminders in Windows Start Menu.

About

A simple yet powerful reminders app designed to keep you organized

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages