Todo Application
I built a single‑page to‑do list application using Angular 16.0.2, scaffolded with the Angular CLI. It demonstrates core Angular concepts—components for rendering task items, services for managing state, two‑way data binding and reactive forms for creating and editing tasks, and routing for navigation—all written in TypeScript and styled with HTML/CSS. The CLI setup also includes a live development server with hot‑reload, unit testing via Karma, and end‑to‑end testing scaffolds via Protractor, making it a full‑featured starter project for task management and modern front‑end workflows
Stack
TypeScriptHTML5CSS3