A personal project to catalogue and manage your collection of Nintendo amiibo — figures and cards — in a modern, responsive web app.
Built with Vite, TypeScript, and TailwindCSS, this project was created as part of a learning journey and evolved into a fully functional collection tracker.
🌐 Available at: myamiibotracker.netlify.app
My Amiibo Tracker helps collectors visualize, organize, and manage their amiibo collection in one place.
It offers a clean interface, customizable settings, and data persistence — perfect for keeping track of what you own, what you want, and what’s still missing.
- 🎮 Browse all amiibo figures and cards
- ✅ Mark items as owned, wanted, or missing
- 🔍 Filter and sort by series, type, or release date
- 💾 Local storage support to persist your collection
- 📱 Fully responsive design
| Category | Technology |
|---|---|
| Frontend Framework | Vite + React |
| Language | TypeScript |
| Styling | Tailwind CSS |
| Code Quality | ESLint, Prettier |
| Deployment | Netlify |
You’ll need:
- Node.js ≥ 16
- npm or yarn
git clone https://github.com/mleonelli/my-amiibo.git
cd my-amiibo
npm installnpm run devThen open http://localhost:5173
npm run buildThe production-ready files will be available in the /dist folder.
Once running locally or via the hosted version:
- Explore all available amiibo in the collection list
- Use filters and search to find specific items
- Mark amiibo as owned or favorite
- Enjoy a clean, modern interface that keeps your collection up to date!
Contributions are welcome! Here’s how:
- Fork the repository
- Create a new branch:
git checkout -b feature/my-feature- Commit your changes:
git commit -m "Add new feature"- Push your branch
git push origin feature/my-feature- Open a Pull Request
This project is licensed under the MIT License. See the LICENSE
Created with ❤️ by Mauro Leonelli Questions or feedback? Open an issue or start a discussion
If you like this project, please star it on GitHub — it helps more people discover it!