The Sprint Management Showcase web application sample is a practical demonstration of a Task management built using Angular and Syncfusion's Essential JS 2 library. This showcase provides users with a user-friendly interface to manage task, making it a valuable tool for both individuals and institution.
To run the project following prerequisite are required
Node Version: 18.13.0Angular Version: 15.2.0
To install the application dependencies, use the following command:
npm installTo Build the application, use the below command,
ng buildTo run the sample in the browser with live reload, use the following command:
ng serve