https://github.com/soukoku/duel-tracker
Using vue to make a Yugioh life point tracker with sounds. https://duel-tracker.netlify.app
https://github.com/soukoku/duel-tracker
duel vue yugioh
Last synced: 9 months ago
JSON representation
Using vue to make a Yugioh life point tracker with sounds. https://duel-tracker.netlify.app
- Host: GitHub
- URL: https://github.com/soukoku/duel-tracker
- Owner: soukoku
- License: mit
- Created: 2020-01-14T01:52:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T14:32:14.000Z (almost 2 years ago)
- Last Synced: 2025-09-07T01:40:06.580Z (9 months ago)
- Topics: duel, vue, yugioh
- Language: Vue
- Homepage: https://duel-tracker.netlify.app
- Size: 7.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duel Tracker
This project uses Vue to make a Yugioh life point tracker with sounds.
It attempts to use/implement these things for coding/learning practice:
* Vue and Vuex
* PWA using vue cli's plugin
* Tailwind css
* Html audio
* Mobile and desktop views
* Accessibiliy
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```