You manually enter pickups available on your floor and it show items that can be crafted with the Bag of Crafting.
- items come from the Rebirth tracker repository
- Recipes come from the Binding of Isaac fandom wiki. I included a crappy handmade JS parser for the HTML tables rendered in the wiki tables in the
taintedcain-parser
folder.
- dynamic recipe generation test?
- "plan to craft" and "favorite" modes
- "wildcard" pickup (suggested by catorze83)
This project uses VueJS + Vue CLI.
npm install
npm run serve
npm run build