https://github.com/cykoder/wow-loot-logs
Simple SQLite database/React app for tracking WoW loot awarded through RC Loot Council
https://github.com/cykoder/wow-loot-logs
Last synced: 16 days ago
JSON representation
Simple SQLite database/React app for tracking WoW loot awarded through RC Loot Council
- Host: GitHub
- URL: https://github.com/cykoder/wow-loot-logs
- Owner: cykoder
- Created: 2020-04-05T14:26:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T03:23:22.000Z (over 5 years ago)
- Last Synced: 2023-08-05T00:31:04.894Z (over 2 years ago)
- Language: JavaScript
- Size: 6.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WoW Loot Logs
Old project used for tracking World of Warcraft loot from RCLootCouncil data, learning experience for:
- NextJS (uses starter template)
- WASM
- SQLLite
## How to use
Install it and run:
```sh
yarn install
yarn dev
```