Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 1 year ago)
- Last Synced: 2024-11-15T23:27:53.200Z (3 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: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Amiibo Tracker
![Vue.js](https://img.shields.io/badge/vuejs-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D)
![Bootstrap](https://img.shields.io/badge/BootstrapVue-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white)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
![Screenshot](https://i.imgur.com/UinXEr2.png)
![Screenshot](https://i.imgur.com/oKjBxI2.png)
![Screenshot](https://i.imgur.com/xmy1DRd.png)## 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/).