A simple task management application built with Angular, supporting full CRUD operations. It uses a mock backend (db.json) via json-server and Angular Material for a modern UI experience.
- ✅ Add, edit, delete and view tasks (CRUD)
- 🔍 Filter tasks by title
- 🎨 Modern UI with Angular Material components
- 🧩 Standalone Angular components for clean architecture
- 📝 Task form with validation
- 🌐 Mock backend with
json-server
This project was created as part of learning the basics of working with REST APIs, with a focus on the following HTTP methods:
GET– retrieving dataPOST– adding dataPUT/PATCH– updating dataDELETE– deleting data# TaskManager