/meme-manager

A simple meme management tool built with tauri (rust + react)

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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

  • 🌈 Multiple Themes: With the help of daisyUI, customize the look and feel of Meme Manager to match your preferences. 🎨
  • 📋 Grid View and List View: Switch between two intuitive views to suit your browsing needs. 📈
  • 📁 Local Memes: Store your memes locally for offline access and easy organization. 📂
  • 🌐 Online Memes: Browse the latest memes directly from the internet. 🌐
  • 🔍 Filters: Filter your memes by tags, descriptions, and more. 🔍
  • 🔗 Tags: Tag your memes for easy categorization and search. 🔗
  • 🔍 Search and Sort: Search and sort your memes for easier organization. 🔍
  • 🔗 Quick Share: Share your memes with others with just a click. 📨

Installation

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
  1. install dependencies
yarn
  1. run in dev mode
yarn tauri dev

Recommended IDE Setup