Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/).