{"id":49390041,"url":"https://github.com/efedeveloper/rick-morty-app","last_synced_at":"2026-04-28T12:06:07.880Z","repository":{"id":299974540,"uuid":"1004473810","full_name":"EfeDeveloper/rick-morty-app","owner":"EfeDeveloper","description":"Angular app to list, search and explore Rick and Morty characters via REST and GraphQL.","archived":false,"fork":false,"pushed_at":"2025-06-19T07:21:35.000Z","size":187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-19T08:32:54.072Z","etag":null,"topics":["angular","angular-material","angular-signals","graphql","ngrx","rest-api","rick-and-morty","rxjs","typescript"],"latest_commit_sha":null,"homepage":"https://rick-and-morty-app-angular.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EfeDeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-06-18T17:17:06.000Z","updated_at":"2025-06-19T07:21:39.000Z","dependencies_parsed_at":"2025-06-19T08:34:23.861Z","dependency_job_id":"f9721635-0ddd-4317-a7b7-a0a86cdaf554","html_url":"https://github.com/EfeDeveloper/rick-morty-app","commit_stats":null,"previous_names":["efedeveloper/rick-morty-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EfeDeveloper/rick-morty-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EfeDeveloper%2Frick-morty-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EfeDeveloper%2Frick-morty-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EfeDeveloper%2Frick-morty-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EfeDeveloper%2Frick-morty-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EfeDeveloper","download_url":"https://codeload.github.com/EfeDeveloper/rick-morty-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EfeDeveloper%2Frick-morty-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","angular-material","angular-signals","graphql","ngrx","rest-api","rick-and-morty","rxjs","typescript"],"created_at":"2026-04-28T12:05:47.928Z","updated_at":"2026-04-28T12:06:07.865Z","avatar_url":"https://github.com/EfeDeveloper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧑‍💻 Rick \u0026 Morty App — Modern Character Management SPA\n\nAdvanced character management and exploration SPA built with **Angular 19 + Tailwind CSS + NgRx + Apollo Client**, following principles of scalable architecture, maintainable code, and high-quality UX.\n\n## 🗂️ Table of Contents\n\n- [Project Overview](#project-overview)\n- [Tech Stack](#tech-stack)\n- [Architecture \u0026 Technical Decisions](#architecture--technical-decisions)\n- [Installation \u0026 Setup](#installation--setup)\n- [Project Structure](#project-structure)\n- [Best Practices \u0026 Conventions](#best-practices--conventions)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Project Overview\n\n**Rick \u0026 Morty App** is a modular, maintainable, and scalable Single Page Application focused on consuming the Rick \u0026 Morty GraphQL API. It enables advanced character search, favorites management, filtering by species/status, and notifications—all with a strong UX focus.\n\n## Tech Stack\n\n- **Angular 19** 🅰️ — Robust framework for building SPAs.\n- **TypeScript** 🔵 — Static typing for clarity and robustness.\n- **NgRx** 🟣 — Advanced state management (store, effects, entity).\n- **Apollo Client** 🚀 — Efficient GraphQL API integration.\n- **Angular Material** 🎨 — Modern Material Design UI components.\n- **Tailwind CSS** 🌈 — Utility-first CSS framework for fast, consistent styling.\n- **RxJS** 🔁 — Reactive programming and advanced async flows.\n- **Jasmine/Karma** 🧪 — Unit and integration testing.\n- **ESLint + Prettier** 🧹 — Linting and automatic formatting.\n\n## Architecture \u0026 Technical Decisions\n\n- **Modular structure**: clear separation by feature in `/app`, with decoupled modules, services, and components.\n- **State management**: centralized and scalable app state with NgRx Store and Effects.\n- **GraphQL integration**: Apollo Client for efficient queries and mutations against the Rick \u0026 Morty API.\n- **UI/UX**: Angular Material for consistent, responsive UI; Tailwind CSS for rapid utility-first styling.\n- **Quality**: complete testing stack (Jasmine/Karma) and automated linting/formatting on every build.\n- **Motivation**: Chosen stack and structure streamline team collaboration, scalability, and maintainability.\n\n## Installation \u0026 Setup\n\nMake sure you have **Node.js 20.x** installed.\n\n```bash\ngit clone https://github.com/EfeDeveloper/rick-morty-app.git\ncd rick-morty-app\nnpm install\n\n# Start local development server\nnpm start\n# or\nng serve\n\n# App runs on http://localhost:4200\n\n# Run unit tests\nnpm test\n```\n\n## Project Structure\n\n```bash\nrick-morty-app/\n├── src/\n│   ├── app/\n│   │   ├── app.component.ts         # Root Angular component\n│   │   ├── app.component.html\n│   │   ├── app.config.ts            # Angular providers and configuration\n│   │   ├── app.routes.ts            # App routing\n│   │   ├── core/                    # Core services, constants, GraphQL queries\n│   │   │   ├── constants/\n│   │   │   ├── graphql/\n│   │   │   └── services/\n│   │   ├── features/                # Feature modules and UI (filters, favorites, characters, totals)\n│   │   │   ├── characters/\n│   │   │   ├── favorite-bar/\n│   │   │   ├── filters-bar/\n│   │   │   └── totals-bar/\n│   │   ├── models/                  # TypeScript interfaces and models\n│   │   ├── shared/                  # Shared components and pipes\n│   │   │   ├── components/\n│   │   │   └── pipes/\n│   │   └── store/                   # NgRx store, reducers, actions\n│   │       └── favorite/\n│   ├── environments/                # Environment configs (dev/prod)\n│   ├── index.html                   # App entry HTML\n│   ├── main.ts                      # App bootstrap\n│   └── styles.css                   # Global styles (Tailwind)\n├── public/                          # Static assets (favicon, etc.)\n├── .vscode/                         # VSCode workspace settings and tasks\n├── .angular/                        # Angular CLI cache\n├── angular.json                     # Angular CLI configuration\n├── package.json                     # Dependencies and scripts\n├── tailwind.config.js               # Tailwind CSS configuration\n├── tsconfig.json                    # TypeScript configuration\n├── tsconfig.app.json\n├── tsconfig.spec.json\n├── .editorconfig                    # EditorConfig rules\n├── .gitignore                       # Git ignore rules\n├── LICENSE                          # Project license\n└── README.md                        # Project documentation\n```\n\n## Best Practices \u0026 Conventions\n\n- Semantic commit messages with emojis for clarity.\n- Functional, decoupled, and testable components.\n- Strict TypeScript typing.\n- Centralized and utility-first styling with Tailwind.\n- Centralized error handling and user feedback.\n- Automatic linting \u0026 formatting on every commit/CI.\n\n## Contributing\n\n1.  Fork the repo and create a descriptive branch (e.g., feature/add-search).\n2.  Write code, tests, and make sure lint passes.\n3.  Create a clear Pull Request explaining your changes.\n\nAll contributions are welcome! 🚀\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefedeveloper%2Frick-morty-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefedeveloper%2Frick-morty-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefedeveloper%2Frick-morty-app/lists"}