Works best on chrome, some features may not be supported elsewhere. Looks best on a phone 🤩
https://mtglifecounter.netlify.app
A small web application to keep track of your life total during a game of Magic the Gathering. Built using create react app
.
- 1-4 Players
- Dynamic layout depending on number of players
- Add/remove life total with a tap
- Long press to add/remove 10 at once (custom hook)
- Color generation & selection for each player
- Change player names
- Fulllscreen Mode
- Keep screen awake
- Landscape Mode
npm install
npm start
To keep the screen awake the app uses Wakelock browser api. To test locally start with HTTPS=true npm start
.