{"id":20198862,"url":"https://github.com/merieli/rick-morty-search","last_synced_at":"2026-02-06T06:03:07.099Z","repository":{"id":134839656,"uuid":"590405642","full_name":"Merieli/rick-morty-search","owner":"Merieli","description":"Personal Project - SPA em Vue 3 com Typescript, Tailwind e componentes Vuetify, que consulta uma API GraphQL.","archived":false,"fork":false,"pushed_at":"2024-10-31T16:18:23.000Z","size":13308,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T09:52:49.709Z","etag":null,"topics":["front-end","maturity-alpha","tailwindcss","typescript","vuejs","vuetify"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Merieli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.todo","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-18T10:43:44.000Z","updated_at":"2024-10-31T16:18:28.000Z","dependencies_parsed_at":"2023-12-11T20:31:20.695Z","dependency_job_id":"833c402d-aab5-4d55-9dc4-eb182d1ca16e","html_url":"https://github.com/Merieli/rick-morty-search","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":"Merieli/scaffolding-proj-vue3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Frick-morty-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Frick-morty-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Frick-morty-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Frick-morty-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Merieli","download_url":"https://codeload.github.com/Merieli/rick-morty-search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208547,"owners_count":21065202,"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":["front-end","maturity-alpha","tailwindcss","typescript","vuejs","vuetify"],"created_at":"2024-11-14T04:34:30.442Z","updated_at":"2026-02-06T06:03:07.060Z","avatar_url":"https://github.com/Merieli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"./src/assets/img/logoProject.png\" alt=\"Logo\" width=\"300\"\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    Rick \u0026 Morty Search\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    A SPA study project with a design created by me, integrated with a free API available from Rick and Morty. It is a site that can be used by artists or curious people to search characters by name, or by category, and learn more about the drawing and even be surprised by the randomly generated character.\n    \u003cbr\u003e\u003cbr\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License MIT\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n[*🎯 Roadmap*](./ROADMAP.todo) | [*👀 Project*](https://www.youtube.com/watch?v=4GY_2AGyIVw)\n\n## ✨ Features\n\n- Mobile First\n- List and open details\n- Search and filter\n- Pagination\n\n## 📸 Preview\n\u003cdiv align=\"center\"\u003e\n\n  ![Giff App tablet](./images/demo-smartphone.gif)\n\n  \u003cbr\u003e\n\n  ![Giff App tablet](./images/demo-tablet.gif)\n\n  \u003cbr\u003e\n\n  ![Giff App desktop](./images/demo-desktop.gif)\n\n\u003c/div\u003e\n\u003cbr\u003e\n\n## ⚡ Tech Stack\n\n### Client\n\u003cimg src=\"https://img.icons8.com/color/48/000000/vue-js.png\" width=\"18px\"/\u003e Vue.js 3, \u003cimg src=\"https://img.icons8.com/color/48/000000/typescript.png\" width=\"18px\"/\u003e TypeScript, \u003cimg src=\"https://img.icons8.com/color/48/000000/tailwind_css.png\" width=\"18px\"/\u003e Tailwind, \u003cimg src=\"https://cdn.vuetifyjs.com/docs/images/logos/vuetify-logo-v3-slim-light.svg\" width=\"18px\"/\u003e Vuetify 3\n\n### Server\n\n\u003cimg src=\"https://img.icons8.com/color/48/graphql.png\" width=\"18px\"/\u003e [API GraphQL - Rick and Morty](https://rickandmortyapi.com/)\n\n\u003cbr\u003e\n\n## 🗂 How to Use\n\n1. Prepare the project:\n```bash\n# Clone the project\n  git clone https://github.com/Merieli/rick-morty-search.git\n\n# Go to the project directory\n  cd rick-morty-search\n\n# Install dependencies\n  npm install\n```\n2. Prepare the environment variables by creating a **.env.local** file in the root based on **.env.example**\n\n3. Run Locally:\n```bash\n# Start the server\n  npm run dev\n```\n\n### Work\n```bash\n# Generate first release:\n  npm run release -- --first-release\n\n# Generate release patch\n  npm run release:patch\n\n# Generate release minor\n  npm run release:minor\n\n# Generate release major\n  npm run release:major\n\n# Run tests\n  npm run test\n\n# Commit changes\n  npm run commit\n```\n\n## :octocat: Contributing\n\nThis project is for study purposes, so contact me and let me know your ideas.\nAll kinds of contributions are very welcome and appreciated!\n\n- ⭐️ Star the project\n- 🐛 Find and report issues\n- 📥 Submit PRs to help solve issues or add features\n- ✋ Influence the future of project with feature requests\n\n-------------------------------------\n```diff\nMade by 🤍 Merieli Manzano\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerieli%2Frick-morty-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerieli%2Frick-morty-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerieli%2Frick-morty-search/lists"}