Skip to content

ahtar/image-library

Repository files navigation

image-library

Image Library lets you create collections of images and associate those images with tags.

Main features:

  • Create image collections
  • Tag images
  • Search tagged images
  • Manage tags
  • List similar images (hash-based)

Demo data - https://drive.google.com/drive/folders/1UzGNRkQg8b_fpbo90DFg4_8HDvE-DB3m?usp=sharing

Website - https://image-library-pwa.web.app

This project uses the File System Access API, parts of which are not supported by mobile browsers

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.