Mulligan is small single page application, written to quickly find and view Magic The Gathering cards. Since I love the game itself and wasn't happy with the speed and UX of compareable sites, I decided to create my own little catalog. In addition to a quick search and various filters it also provides a clean detail view for each card, including rulings and shopping links.
The site utilizes an REST API provided by magicthegathering.io to fetch card data.
I built it using exclusivly Vue.js 2 in order to learn more about the framework – I have to say it's pretty nice.
You can check out the code over on Github.