Skip to content

a-szyszlo/TaskManager

Repository files navigation

Angular Task Manager

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.

Features

  • ✅ 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 data
  • POST – adding data
  • PUT / PATCH – updating data
  • DELETE – deleting data# TaskManager

TaskManager

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors