https://github.com/adamj/my-mtg-app
A Magic: The Gathering life counter and deck list app.
https://github.com/adamj/my-mtg-app
Last synced: about 2 months ago
JSON representation
A Magic: The Gathering life counter and deck list app.
- Host: GitHub
- URL: https://github.com/adamj/my-mtg-app
- Owner: AdamJ
- Created: 2025-02-10T14:07:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T15:15:25.000Z (over 1 year ago)
- Last Synced: 2025-02-18T15:52:04.886Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.adamjolicoeur.com/my-mtg-app/
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MTG Life Counter
[](https://github.com/AdamJ/my-mtg-app/actions/workflows/pages/pages-build-deployment)
[](https://github.com/AdamJ/my-mtg-app/actions/workflows/.deploy.yml)
[](https://github.com/AdamJ/my-mtg-app/actions/workflows/npm-publish-github-packages.yml)
[](https://github.com/AdamJ/my-mtg-app/actions/workflows/node.js.yml)
A Magic: The Gathering Life Counter and deck list app.
## What is this?
Basically, this is a life counter and deck list "app" that I use for when I play at Cube events. All of the other counters and/or deck builders that I've used are great in their own ways, but I wanted to make something for myself that I could customize. If others like it, maybe I'll share it or distribute it through one of the app stores.
## Resources
- [Mana and Card icons](https://mana.andrewgioia.com/icons.html) by [Andrew Gioia](https://andrewgioia.com)
- [Google Gemini](https://gemini.google.com "Link to Google Gemini")
- [Conversation that started this project](https://g.co/gemini/share/b995bfe31add "Link to Google Gemini chat history") _Created with Gemini February 9, 2025 at 11:07 AM
Published February 16, 2025 at 11:47 AM_
> **Disclaimer** Magic: The Gathering is © [Wizards of the Coast](https://company.wizards.com/en). This project is not affiliated nor produced nor endorsed by Wizards of the Coast.
All card images, mana symbols, expansions and art related to Magic the Gathering is a property of Wizards of the Coast/Hasbro.
This project may use the trademarks and other intellectual property of Wizards of the Coast LLC as permitted under Wizards' Fan Site Policy. MAGIC: THE GATHERING® is a trademark of Wizards of the Coast. For more information about Wizards of the Coast or any of Wizards' trademarks or other intellectual property, please visit their website at https://company.wizards.com/.
---
### Environment
- React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
- MUI [Material UI](https://mui.com/material-ui/all-components/)
> The basics of this app were created using Google Gemini with prompts.