Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.21 KB

File metadata and controls

33 lines (24 loc) · 1.21 KB

Angular 10 Kanban Board Application

A full-stack Kanban board application built with Angular 10 and ASP.NET Core Web API. This project demonstrates how to create a task management system using Syncfusion EJ2 Kanban component with a responsive UI and backend REST API for task persistence and retrieval.

Prerequisites

  • Visual Studio 2022
  • .NET 5.0 SDK
  • Node.js 12+ and npm
  • Syncfusion ej2-angular-kanban package

How to Run

  1. Clone the project to your local machine
  2. Open solution file with Visual Studio 2022
  3. Rebuild the solution to restore NuGet packages
  4. Navigate to ClientApp and run npm install
  5. Run the project from Visual Studio (Ctrl+F5)

Project Details

Overview

Manages tasks across three status columns: Open, InProgress, and Close. Uses Syncfusion Kanban component with drag-and-drop functionality for intuitive task management.

Features

  • Drag-and-drop task management
  • RESTful API for data retrieval
  • Task assignment tracking
  • Status-based organization

See Also