{"id":23564079,"url":"https://github.com/apfirebolt/amiibo_api_database_in_nuxt","last_synced_at":"2025-05-16T04:31:25.583Z","repository":{"id":269607967,"uuid":"907968235","full_name":"Apfirebolt/amiibo_api_database_in_nuxt","owner":"Apfirebolt","description":"An application in Nuxt using the Amiibo API","archived":false,"fork":false,"pushed_at":"2025-03-29T04:00:03.000Z","size":1259,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T05:18:19.995Z","etag":null,"topics":["amiibo-api","composable-architecture","headlessui","nuxt","nuxt3","pinia","tailwindcss"],"latest_commit_sha":null,"homepage":"https://amiibo-api-database-in-nuxt.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Apfirebolt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-24T18:24:14.000Z","updated_at":"2025-03-29T04:00:07.000Z","dependencies_parsed_at":"2025-01-21T00:39:26.662Z","dependency_job_id":"46a43a18-7f43-4467-83a7-fc74c2e5ac28","html_url":"https://github.com/Apfirebolt/amiibo_api_database_in_nuxt","commit_stats":null,"previous_names":["apfirebolt/amiibo_api_database_in_nuxt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Famiibo_api_database_in_nuxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Famiibo_api_database_in_nuxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Famiibo_api_database_in_nuxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Famiibo_api_database_in_nuxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apfirebolt","download_url":"https://codeload.github.com/Apfirebolt/amiibo_api_database_in_nuxt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254468691,"owners_count":22076349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amiibo-api","composable-architecture","headlessui","nuxt","nuxt3","pinia","tailwindcss"],"created_at":"2024-12-26T17:12:38.197Z","updated_at":"2025-05-16T04:31:25.528Z","avatar_url":"https://github.com/Apfirebolt.png","language":"Vue","readme":"![Nuxt.js](https://img.shields.io/badge/Nuxt.js-00C58E?style=for-the-badge\u0026logo=nuxtdotjs\u0026logoColor=white)\n![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Vue.js](https://img.shields.io/badge/Vue.js-4FC08D?style=for-the-badge\u0026logo=vue-dot-js\u0026logoColor=white)\n![Pinia](https://img.shields.io/badge/Pinia-FFD700?style=for-the-badge\u0026logo=pinia\u0026logoColor=white)\n![API Integration](https://img.shields.io/badge/API_Integration-FF5733?style=for-the-badge\u0026logo=api\u0026logoColor=white)\n\n# Amiibo Nuxt Database\n\nThis is a hobby project created in Nuxt JS to test the features of Nuxt and getting hands-on experience with the framework. \nThe project utilizes the [Amiibo API](https://www.amiiboapi.com/) to fetch data about various Amiibo figures. The Amiibo API provides the following features:\n\n- Retrieve information about all available Amiibo figures.\n- Get details about specific Amiibo, including name, series, and release dates.\n- Access Amiibo images and artwork.\n- Filter Amiibo data by game series, character, and type.\n\nThis integration allows the application to display up-to-date information about Amiibo figures dynamically.\n\nThis project is deployed https://amiibo-api-database-in-nuxt.vercel.app for the time being.\n\nPlease Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more about Nuxt framework which is built on top of Vue JS.\n\nCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n\n## Features\n\n- [Nuxt.js](https://nuxt.com/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Headless UI](https://headlessui.dev/)\n- [Pinia](https://pinia.vuejs.org/)\n\n## Screenshots\n\nFirst image shows the screenshot of the homepage where you can perform debounced search operation which gets results if they match from the API.\n\n![Screenshot 1](./screenshots/1.jpeg)\n\nSecond image is the screenshot of all the goods available related to games.\n\n![Screenshot 2](./screenshots/2.png)\n\nThis image shows the detail page of a given game related articles.\n\n![Screenshot 3](./screenshots/3.png)\n\n## Installation\n\nFirst, clone the repository:\n\n```bash\ngit clone https://github.com/Apfirebolt/amiibo_api_database_in_nuxt\ncd amiibo_nuxt_database\n```\n\nThen, install the dependencies:\n\n```bash\n# npm\nnpm install\n\n# pnpm\npnpm install\n\n# yarn\nyarn install\n\n# bun\nbun install\n```\n\n## Usage\n\n### Development\n\nTo start the development server:\n\n```bash\n# npm\nnpm run dev\n\n# pnpm\npnpm dev\n\n# yarn\nyarn dev\n\n# bun\nbun run dev\n```\n\n### Production\n\nTo build the application for production:\n\n```bash\n# npm\nnpm run build\n\n# pnpm\npnpm build\n\n# yarn\nyarn build\n\n# bun\nbun run build\n```\n\nTo preview the production build locally:\n\n```bash\n# npm\nnpm run preview\n\n# pnpm\npnpm preview\n\n# yarn\nyarn preview\n\n# bun\nbun run preview\n```\n\n## Configuration\n\n### Tailwind CSS\n\nTailwind CSS is configured in the `tailwind.config.js` file. You can customize it according to your needs.\n\n### Headless UI\n\nHeadless UI components can be used as described in the [Headless UI documentation](https://headlessui.dev/).\n\n### Pinia\n\nPinia is configured in the `store` directory. You can create and manage your stores as described in the [Pinia documentation](https://pinia.vuejs.org/).\n\n## License\n\nThis project is licensed under the MIT License.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Famiibo_api_database_in_nuxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapfirebolt%2Famiibo_api_database_in_nuxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Famiibo_api_database_in_nuxt/lists"}