An open API service indexing awesome lists of open source software.

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

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
```