From 49b3c1b047c7547ee3c445f151432a71b560dc76 Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Tue, 20 Aug 2024 21:35:36 -0400 Subject: [PATCH] Created README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb496b6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MTG CSV PWA + +Magic: The Gathering Progressive Web App to enter your cards and create a CSV. This utilizes Scryfall's autocomplete function for the card name and pulls the other statistics about the card from Scryfall with simply the name, set code, and card ID number. \ No newline at end of file