This app brings together several tools to easily create Magic decks.
UI only - will save your lists in browser's local storage, but you should save them on other websites or on a file for long term use.
- card search (name - color - capacity - etc.)
- use https://scryfall.com/ api
- thanks to this sdk https://github.com/Yuudaari/scryfall-sdk
- deck creation/edition
- import/export from/to text format (several formats supported)
- X [edition] cardName // magiccorporation.com
- X cardName (edition) // untap.in
- JSON // doriongilmore.fr
- more if needed ? fill an issue
- graphs & stats by decks with https://vue-chartjs.org/
- mana cost repartition
- color repartition
- type repartition
- performances - continuous improvement in #10
- ready-to-print 😱
- pdf containing 9 real size cards by page
- pdf generated with window.print()
git clone https://github.com/doriongilmore/mtgGenerator.git
npm install
npm run dev #run a dev server
npm run build #build prod assets