Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maael/dedupotron
🤖 A tool for Guild Wars 2 to help find duplicates across your inventories and bank tabs that you can stack.
https://github.com/maael/dedupotron
guildwars2 nextjs react
Last synced: 2 months ago
JSON representation
🤖 A tool for Guild Wars 2 to help find duplicates across your inventories and bank tabs that you can stack.
- Host: GitHub
- URL: https://github.com/maael/dedupotron
- Owner: maael
- Created: 2020-07-09T15:25:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:09:42.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T18:56:59.440Z (5 months ago)
- Topics: guildwars2, nextjs, react
- Language: TypeScript
- Homepage: https://dedupe.mael.tech
- Size: 850 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dedupe all the things.
# :robot:â €Dedupe-o-tron
A tool for [Guild Wars 2](https://www.guildwars2.com/) that lets you find duplicates across your inventories and bank tabs (and guild stashes if you want) that you could stack.
- :octocat:â €https://github.com/maael/dedupotron
- :hammer_and_wrench:â €https://dedupe.mael.tech## Features
- :bank:â €Lets you see your bank, your guild stashes, and character inventories in one view
- :detective:â €Lets you see duplicates that can be stacked by highlighting them, you can click items to highlight them to see them more easily
- :heavy_plus_sign:â €Lets you maximise/minimise any section, so you choose what to see## Release
The release post announcing the tool can be found [here on Reddit](https://www.reddit.com/r/Guildwars2/comments/il9fjb/dedupeotron_find_duplicate_items_in_your_bank_and/).
Here's what the initial analytics looked like (taken on the morning of the 4th):
## Tech
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Next JS](https://nextjs.org/)
- Deployed on [Vercel](vercel.com)
- Uses [Fathom Analytics](https://usefathom.com/) for privacy-focused analytics## Install
```sh
[email protected]:maael/dedupotron.git
cd dedupotron
yarn
```I used `[email protected]` to develop it.