{"id":13805432,"url":"https://github.com/ppsdang/angular-debugging-challenge","last_synced_at":"2025-05-13T19:30:58.862Z","repository":{"id":210889421,"uuid":"727196364","full_name":"ppsdang/angular-debugging-challenge","owner":"ppsdang","description":"This repository hosts an Angular-based project designed as a coding and debugging exercise. ","archived":false,"fork":false,"pushed_at":"2023-12-05T11:26:51.000Z","size":127,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-18T21:47:35.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ppsdang.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}},"created_at":"2023-12-04T11:35:12.000Z","updated_at":"2024-07-19T17:36:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"6adeadf7-4dad-40e1-831a-5c26243128e2","html_url":"https://github.com/ppsdang/angular-debugging-challenge","commit_stats":null,"previous_names":["ppsdang/angular-debugging-challenge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppsdang%2Fangular-debugging-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppsdang%2Fangular-debugging-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppsdang%2Fangular-debugging-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppsdang%2Fangular-debugging-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppsdang","download_url":"https://codeload.github.com/ppsdang/angular-debugging-challenge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254012967,"owners_count":21999346,"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":[],"created_at":"2024-08-04T01:01:01.080Z","updated_at":"2025-05-13T19:30:58.542Z","avatar_url":"https://github.com/ppsdang.png","language":"TypeScript","funding_links":[],"categories":["Learning Resources"],"sub_categories":["Exercises"],"readme":"# Angular Debugging Challenge\n\n## Overview\nWelcome to the Angular Debugging Challenge! This repository contains a basic Angular application representing a simple to-do list. The application has a few intentional bugs that you are required to identify and fix. The exercise tests your understanding of Angular fundamentals, including components, services, data binding, and debugging skills.\n\n## Getting Started\n\n### Prerequisites\nBefore you begin, make sure you have the following installed:\n- Node.js (https://nodejs.org/)\n- Angular CLI (https://angular.io/cli)\n\n### Installation\n1. Clone the repository:\n   git clone [https://github.com/ppsdang/angular-debugging-challenge](https://github.com/ppsdang/angular-debugging-challenge)\n2. Navigate to the project directory:\n   cd angular-debugging-challenge\n3. Install the necessary packages:\n   npm install\n\n### Running the Application\n1. Start the Angular application:\n   ng serve\n2. Open your browser and navigate to http://localhost:4200/.\n\n## Your Task\nYour task is to debug and fix the issues in the application. The application is intended to allow users to add tasks to a to-do list and display them. Specifically, you need to:\n\n1. Ensure that the form input properly binds to the component property.\n2. Correctly update the list of tasks when a new task is added.\n3. Prevent empty or whitespace-only task entries.\n\n## Tips\n- Carefully read through the code in each file. The issues could be in any of the following files:\n- `app.module.ts`\n- `app.component.ts` and `app.component.html`\n- `todo/todo.component.ts`, `todo/todo.component.html`, and `todo/todo.component.css`\n- `todo.service.ts`\n- Pay attention to Angular concepts like modules, components, services, data binding, and form handling.\n- Use browser developer tools and Angular CLI tools to help identify and fix issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppsdang%2Fangular-debugging-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppsdang%2Fangular-debugging-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppsdang%2Fangular-debugging-challenge/lists"}