Skip to content

Commit f8e24c2

Browse files
Merge pull request #28 from ArunSubramaniyanSF4825/patch-1
Revise README with project details and setup instructions
2 parents 62fbad5 + b871b24 commit f8e24c2

1 file changed

Lines changed: 25 additions & 10 deletions

File tree

README.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,33 @@
1-
# Easily create an Angular 10 application with the Kanban board
1+
# Angular 10 Kanban Board Application
22

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.
44

55
## Prerequisites
66

77
* Visual Studio 2022
8+
* .NET 5.0 SDK
9+
* Node.js 12+ and npm
10+
* Syncfusion ej2-angular-kanban package
811

9-
## How to run the project
12+
## How to Run
1013

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)
1519

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

Comments
 (0)