Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrousavy/keepr
A Tinder-like swipe view to keep or remove pictures from a photoshoot with extra comparison features
https://github.com/mrousavy/keepr
android app images influencer instagram ios js keeper keepr mobile photograph photography pictures swipe tinder
Last synced: about 5 hours ago
JSON representation
A Tinder-like swipe view to keep or remove pictures from a photoshoot with extra comparison features
- Host: GitHub
- URL: https://github.com/mrousavy/keepr
- Owner: mrousavy
- Created: 2020-01-18T10:59:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:10:31.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T00:59:18.455Z (6 months ago)
- Topics: android, app, images, influencer, instagram, ios, js, keeper, keepr, mobile, photograph, photography, pictures, swipe, tinder
- Language: TypeScript
- Size: 6.78 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keepr
An app to compare photos one by one and decide what to keep and what to delete. Perfect for picking the best image out of a series after a photoshoot.
> this app is still work in progress.
## Working on iOS with different development teams
If you want to work with different developer teams - in case you have not applied for a "Apple Developer Program" Membership, you can execute the following command, to ignore certain parts in Xcode's configuration:
```
git config --global filter.pbxproj.smudge 'sed -E -e "s/DEVELOPMENT_TEAM|PRODUCT_BUNDLE_IDENTIFIER*/g"'
```