https://github.com/johnuberbacher/amiibo-tracker
Catalog the Amiibo you've collected! Vue project built with Vue and BootstrapVue. Loads all Amiibo data from AmiiboApi.
https://github.com/johnuberbacher/amiibo-tracker
amiibo bootstrap bootstrap-vue bootstrap4 nintendo nintendo-switch vue vue-bootstrap vuebootstrap vuejs vuejs2 webapp
Last synced: 4 months ago
JSON representation
Catalog the Amiibo you've collected! Vue project built with Vue and BootstrapVue. Loads all Amiibo data from AmiiboApi.
- Host: GitHub
- URL: https://github.com/johnuberbacher/amiibo-tracker
- Owner: johnuberbacher
- Created: 2021-11-02T01:58:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T20:00:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T11:41:51.015Z (5 months ago)
- Topics: amiibo, bootstrap, bootstrap-vue, bootstrap4, nintendo, nintendo-switch, vue, vue-bootstrap, vuebootstrap, vuejs, vuejs2, webapp
- Language: Vue
- Homepage: https://amiibo-tracker.netlify.app/
- Size: 166 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Amiibo Tracker

A Vue.js application with Bootstrap integration for easily cataloging and tracking your Amiibo collection!
This project serves as a Vue.js practice application, leveraging the power of Vue and BootstrapVue to provide a seamless and user-friendly experience. Loads all Amiibo data from [AmiiboApi](https://amiiboapi.com/).
## Features
- Effortlessly load and access comprehensive Amiibo data using the AmiiboApi.
- Track and catalog your Amiibo collection with ease.## Demo
[https://amiibo-tracker.netlify.app/](https://amiibo-tracker.netlify.app/)## Screenshots


## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).