0adiy / meme-manager

A simple meme management tool built with tauri (rust + react)
GNU General Public License v3.0
2 stars 0 forks source link
daisyui react rusqlite rust tauri

Meme Manager

Meme Manager is a sleek and powerful tool for managing your favorite memes. With its native experience and intuitive UI, you can easily browse, tag, sort, and share your memes. Say goodbye to endless scrolling on social media and hello to a more organized and enjoyable meme-browsing experience.

Snapshots

List View Themes Selection Grid View Adding a meme

Features

Development Workflow

Pre-requisites

To run in development mode

  1. clone the repo
    git clone https://github.com/tauri-apps/meme-manager.git
    cd meme-manager
  2. install dependencies
    yarn
  3. run in dev mode
    yarn tauri dev

Recommended IDE Setup