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.
- basic search
- list view
- reset button
- icons from a spritesheet
- better performances
This project uses VueJS + Vue CLI.
npm install
npm run serve
npm run build