Small todo app to practice angular with class b1

6 Open Issues Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub
Web Development Angular Applications
filter tasks about 2 months ago

AI Summary: Implement a filter function in an Angular todo app to display tasks based on their completion status (completed or incomplete). This involves adding functionality to filter the displayed task list based on a selected filter criteria.

Complexity: 3/5
help wanted good first issue

Small todo app to practice angular with class b1

TypeScript
Web Development Angular Applications
add a new task about 2 months ago

AI Summary: Implement a function in an Angular application to add a new task to an array of tasks. This involves creating or modifying a component's logic to handle user input for a new task and updating the task array accordingly.

Complexity: 2/5
good first issue

Small todo app to practice angular with class b1

TypeScript
Web Development Angular Applications
build tasklist comonent about 2 months ago

AI Summary: Create an Angular task list application. This involves generating a 'tasks' component and a child 'list' component, styling both, and ensuring responsiveness. The project uses Angular CLI version 19.1.2.

Complexity: 3/5
enhancement good first issue

Small todo app to practice angular with class b1

TypeScript
Web Development Angular Applications
build new task component about 2 months ago

AI Summary: Create a new Angular component named 'new-task-component' for adding tasks to a todo app. The component should include a teaser, an input field for task entry, a button (styled using global styles), and responsive design.

Complexity: 3/5
enhancement good first issue

Small todo app to practice angular with class b1

TypeScript
Web Development Angular Applications

AI Summary: Add the company logo to the header component of a simple Angular todo application. This involves updating the header component's template to include the logo image, likely by adding an `<img>` tag with the appropriate source path.

Complexity: 2/5
good first issue

Small todo app to practice angular with class b1

TypeScript
Web Development Angular Applications

AI Summary: Add a teaser with the title "Angular TODOAPP" to the header component of an Angular TODO application.

Complexity: 2/5
good first issue

Small todo app to practice angular with class b1

TypeScript