This repository contains a simple Todo app built with Angular 20, following the official style guide and best practices.
- Each branch covers a specific topic.
- Each commit represents a distinct feature or step in the implementation.
pnpm install
pnpm startmain- Angular project setupcomponents- Component-based architecture withInput/Outputcommunication written following old syntax at first and refactored to new syntaxsignals- integration of signals into the app