diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..ce59514 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Caleb Fultz + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index fb496b6..e860189 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # 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 +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. + +## How to run + +- Clone the repository to a directory of your choosing +- Install it into your installed webserver's directory (you can also run `python3 -m http.server` in the directory to start a local server) +- Visit the address for your server +- Enter a card name and fill out the other details + +## Screenshots + +Desktop with the Forest theme selected: + +Screenshot from Desktop + +Mobile with the Island theme selected: + +Screenshot from Android + diff --git a/screenshot_desktop.png b/screenshot_desktop.png new file mode 100644 index 0000000..906c953 Binary files /dev/null and b/screenshot_desktop.png differ diff --git a/screenshot_mobile.png b/screenshot_mobile.png new file mode 100644 index 0000000..107ae22 Binary files /dev/null and b/screenshot_mobile.png differ