|
1 | | -# Easily create an Angular 10 application with the Kanban board |
| 1 | +# Angular 10 Kanban Board Application |
2 | 2 |
|
3 | | -The angular Kanban component is created from the Syncfusion ej2-angular-kanban package in Angular 10 application with ASP.NET core web API. |
| 3 | +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. |
4 | 4 |
|
5 | 5 | ## Prerequisites |
6 | 6 |
|
7 | 7 | * Visual Studio 2022 |
| 8 | +* .NET 5.0 SDK |
| 9 | +* Node.js 12+ and npm |
| 10 | +* Syncfusion ej2-angular-kanban package |
8 | 11 |
|
9 | | -## How to run the project |
| 12 | +## How to Run |
10 | 13 |
|
11 | | -* Checkout this project to a location in your disk. |
12 | | -* Open the solution file using the Visual Studio 2022. |
13 | | -* Restore the NuGet packages by rebuilding the solution. |
14 | | -* Run the project. |
| 14 | +1. Clone the project to your local machine |
| 15 | +2. Open solution file with Visual Studio 2022 |
| 16 | +3. Rebuild the solution to restore NuGet packages |
| 17 | +4. Navigate to ClientApp and run `npm install` |
| 18 | +5. Run the project from Visual Studio (Ctrl+F5) |
15 | 19 |
|
16 | | -## See also |
17 | | -* [Online examples](https://ej2.syncfusion.com/angular/demos/#/material/kanban/overview/) |
18 | | -* [Documentation](https://ej2.syncfusion.com/angular/documentation/kanban/getting-started/) |
| 20 | +## Project Details |
| 21 | + |
| 22 | +### Overview |
| 23 | +Manages tasks across three status columns: Open, InProgress, and Close. Uses Syncfusion Kanban component with drag-and-drop functionality for intuitive task management. |
| 24 | + |
| 25 | +### Features |
| 26 | +* Drag-and-drop task management |
| 27 | +* RESTful API for data retrieval |
| 28 | +* Task assignment tracking |
| 29 | +* Status-based organization |
| 30 | + |
| 31 | +## See Also |
| 32 | +* [Syncfusion Angular Kanban Examples](https://ej2.syncfusion.com/angular/demos/#/material/kanban/overview/) |
| 33 | +* [Syncfusion Kanban Documentation](https://ej2.syncfusion.com/angular/documentation/kanban/getting-started/) |
0 commit comments