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: 23 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T14:32:14.000Z (8 months ago)
- Last Synced: 2025-02-05T11:16:30.936Z (3 months ago)
- Topics: duel, vue, yugioh
- Language: Vue
- Homepage: https://duel-tracker.netlify.app
- Size: 7.26 MB
- Stars: 0
- Watchers: 3
- 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
```