{"id":22664984,"url":"https://github.com/marcode24/inforeader-frontend","last_synced_at":"2026-03-16T22:36:23.973Z","repository":{"id":108189772,"uuid":"510163645","full_name":"marcode24/inforeader-frontend","owner":"marcode24","description":"💻 This is a web application that allows you to read technology news, using RSS feeds from different sources and saving them in a database. It also allows you to create a user account and save your favorite news.","archived":false,"fork":false,"pushed_at":"2024-07-17T06:24:46.000Z","size":1644,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T11:11:57.533Z","etag":null,"topics":["angular","css","html","javascript","responsive-design","typescript"],"latest_commit_sha":null,"homepage":"https://inforeader.netlify.app/","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/marcode24.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-04T00:13:21.000Z","updated_at":"2024-07-17T06:24:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"08f4ba6b-8c48-4c42-a4b3-652a3ded9d44","html_url":"https://github.com/marcode24/inforeader-frontend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcode24%2Finforeader-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcode24%2Finforeader-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcode24%2Finforeader-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcode24%2Finforeader-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcode24","download_url":"https://codeload.github.com/marcode24/inforeader-frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243431436,"owners_count":20289891,"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":["angular","css","html","javascript","responsive-design","typescript"],"created_at":"2024-12-09T13:18:28.787Z","updated_at":"2025-12-29T22:53:20.579Z","avatar_url":"https://github.com/marcode24.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e💻 Inforeader\u003c/h1\u003e\n  \u003ca href=\"https://inforeader.netlify.app/\" target=\"_blank\"\u003eView Demo\u003c/a\u003e\n  \u003cbr/\u003e\u003cbr/\u003e\n\n  ![Version](https://img.shields.io/github/package-json/v/marcode24/inforeader-frontend?style=popout\u0026logo=npm)\n  ![GitHub CI Workflow Status](https://img.shields.io/github/actions/workflow/status/marcode24/inforeader-frontend/ci.yml?branch=main\u0026style=popout\u0026logo=testcafe\u0026label=tests)\n  ![GitHub repo size](https://img.shields.io/github/repo-size/marcode24/inforeader-frontend?style=popout\u0026logo=github\u0026label=repo%20size)\n  ![GitHub](https://img.shields.io/github/license/marcode24/inforeader-frontend?style=popout\u0026logo=github\u0026label=license)\n  ![GitHub Repo stars](https://img.shields.io/github/stars/marcode24/inforeader-frontend?style=popout\u0026logo=apachespark\u0026color=yellow\u0026logoColor=yellow)\n  ![Github repo views](https://img.shields.io/github/search/marcode24/inforeader-frontend/inforeader-frontend?style=popout\u0026logo=github\u0026label=repo%20views)\n  ![GitHub last commit](https://img.shields.io/github/last-commit/marcode24/inforeader-frontend?style=popout\u0026logo=git\u0026label=last%20commit)\n\u003c/div\u003e\n\n## 🚀 Getting Started\n\nThis is a web application that allows you to read technology news, using RSS feeds from different sources and saving them in a database. It also allows you to create a user account and save your favorite news.\n\n###  📝 Requirements\n\n- [![Angular](https://img.shields.io/badge/Angular-blue?style=popout\u0026logo=angular\u0026logoColor=red)](https://angular.io/)\n- [![Node](https://img.shields.io/badge/Node-gray?style=popout\u0026logo=node.js)](https://nodejs.org/en/)\n- [![NPM](https://img.shields.io/badge/NPM-blue?style=popout\u0026logo=npm)](https://www.npmjs.com/)\n- [![Git](https://img.shields.io/badge/Git-gray?style=popout\u0026logo=git)](https://git-scm.com/)\n\nOptional tools:\n\n- [![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-blue?style=popout\u0026logo=visual-studio-code)](https://code.visualstudio.com/)\n\n### 📦 Installation \u0026 Usage\n\n```bash\n# Clone this repository\ngit clone https://github.com/marcode24/inforeader-frontend\n\n# Go into the repository\ncd inforeader-frontend\n\n# Install dependencies\nnpm install\n\n# Run the app\nng serve\n```\n\nshut it down manually with `Ctrl-C` or `Cmd-C`.\n\n## 📐 Tests\n\n```bash\n# Run tests\nnpm run test\n\n# Run tests with coverage\nnpm run test:cov\n```\n\n## 🌎 Environments\n\n| Name       | URL                                                                | PORT |\n| ---------- | -----------------------------------------------------------------  | ---- |\n| Localhost  | [localhost](http://localhost:4200)                                 | 4200 |\n| Production | [https://inforeader.netlify.app/](https://inforeader.netlify.app/) |\n\n## 📁 Folder Structure\n\n    .\n    ├── src\n    │ ├── app                 # Source code application\n    │ │ │── auth              # Module for auth feature\n    │ │ ├── core              # Module as a singleton\n    │ │ │ ├── components\n    │ │ │ ├── constants\n    │ │ │ ├── guards\n    │ │ │ ├── interfaces\n    │ │ │ ├── models\n    │ │ │ ├── pipes\n    │ │ │ ├── services\n    │ │ │ └── utils\n    │ │ ├── features          # Module for features which compose the application\n    │ │ ├── shared            # Module for components shared between application modules\n    │ │ │ ├── components\n    │ ├── assets              # Styles, images, icons, fonts etc\n    │ ├── environments        # Config by environment (localhost and production)\n    │ └── styles              # Global styles\n    └── README.md\n\n## 📝 License\n\nThis project is under the [MIT](./LICENSE) license. See the LICENSE for more information. 😉\n\n## 🖼️ Previews\n\u003cdetails\u003e\n  \u003csummary\u003eClick to expand!\u003c/summary\u003e\n\n### 🖥️ Desktop\n\n![home-1](https://res.cloudinary.com/dfeujtobk/image/upload/v1658346332/InfoReader/home-1_gpqyqq.png)\n![home-2](https://res.cloudinary.com/dfeujtobk/image/upload/v1658346331/InfoReader/home-2_hpojr8.png)\n![home-3](https://res.cloudinary.com/dfeujtobk/image/upload/v1658346331/InfoReader/home-4_vqxco3.png)\n![home-4](https://res.cloudinary.com/dfeujtobk/image/upload/v1658346331/InfoReader/home-3_qqeh64.png)\n\n### 📱 Mobile\n\n![mobile-1](https://res.cloudinary.com/dfeujtobk/image/upload/v1658346331/InfoReader/mobile-1_wjz51l.png)\n![mobile-2](https://res.cloudinary.com/dfeujtobk/image/upload/v1658346331/InfoReader/mobile-2_d7umlp.png)\n![mobile-3](https://res.cloudinary.com/dfeujtobk/image/upload/v1658346332/InfoReader/mobile-4_dbtnph.png)\n![mobile-4](https://res.cloudinary.com/dfeujtobk/image/upload/v1658346331/InfoReader/mobile-3_r1ppv3.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcode24%2Finforeader-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcode24%2Finforeader-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcode24%2Finforeader-frontend/lists"}