Stanikmas, Lynn. (2025). CodeChallenge. GitHub.
Source: Dev.to

Overview
This Angular to‑do list was completed as a coding challenge for a job interview. It demonstrates several modern Angular techniques.
Key Features
- Accessibility improvements throughout the UI.
- Conditional control‑flow syntax using the new block‑based template feature that renders content based on a boolean expression. This replaces older
*ngIfdirectives, offering cleaner, more performant, and readable template logic with built‑in@else ifand@elsesupport. - Utilization of
ElementRef,Renderer2, andReactiveFormsModulefor DOM manipulation and reactive forms.
Repository
Screenshot
