An open API service indexing awesome lists of open source software.

https://github.com/jcserv/bling-my-deck

A site that allows Magic: The Gathering players to find the most expensive version of their decks ✨
https://github.com/jcserv/bling-my-deck

react shadcn vite

Last synced: 3 months ago
JSON representation

A site that allows Magic: The Gathering players to find the most expensive version of their decks ✨

Awesome Lists containing this project

README

          

# bling-my-deck

bling-my-deck is a site that allows Magic: The Gathering players to find the most expensive version of their pet decks ✨

## features
- View all printings for a card, and see how that affects the price
- Typeahead autocomplete when inputting decklist
- Mobile support

## installation

1. Clone the latest code on the main branch
2. Install dependencies
- `pnpm i`
3. Run the web server!
- `pnpm dev`
4. Navigate to http://localhost:5173 on your browser

## credits

- [Scryfall API](https://scryfall.com/)
- [Moxfield](https://www.moxfield.com/)