Skip to content

Commit cef1adb

Browse files
v31.1.17
1 parent 5c06f88 commit cef1adb

File tree

1 file changed

+46
-22
lines changed

1 file changed

+46
-22
lines changed

README.md

Lines changed: 46 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
[![.NET](https://github.com/syncfusion/ej2-showcase-aspnetcore-story-estimator/actions/workflows/dotnet.yml/badge.svg)](https://github.com/syncfusion/ej2-showcase-aspnetcore-story-estimator/actions/workflows/dotnet.yml)
22

3-
# Overview
3+
# Essential JS 2® for ASP.NET Core - Story Estimator
44

55
Story Estimator is an agile based tool to effectively estimate stories using planning poker technique. Planning Poker is a consensus based technique used for estimating and planning. Agile teams around the world use this kind of tool to estimate their product backlogs and how long a certain amount of work will take to complete.
66

7-
## Deployment
7+
## Requirements to run the demo
88

9-
### Requirements to run the demo
10-
11-
The sample requires the below requirements to run.
12-
13-
* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
14-
* [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
9+
* [System requirements](https://ej2.syncfusion.com/aspnetcore/documentation/system-requirements/)
1510

1611
### Install
1712

@@ -30,27 +25,56 @@ gulp sass-to-css
3025
gulp min:css
3126
gulp min:js
3227
```
28+
### Run the demo using .NET CLI
3329

34-
### Build
30+
* Clone this repository.
31+
* Open the command prompt from Application root directory.
32+
* Run the demo using `dotnet run` command.
3533

36-
To compile the source files, use the following command.
34+
### Run the demo using Visual Studio
3735

38-
```
39-
dotnet build
40-
```
36+
* Open the solution file using Visual Studio.
37+
* Press `Ctrl + F5` to run the demo.
4138

42-
### Run
39+
### Run the demo using Visual Studio code
4340

44-
Use the given command to run the sample.
41+
* Open the Visual Studio code from the demos directory where project file present.
4542

46-
```
47-
dotnet run
48-
```
43+
> Ensure the [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) extension is installed in your Visual Studio code before running the ASP.NET Core demos.
44+
45+
* Press `Ctrl + F5` to run the demo.
46+
47+
### Live Demo
48+
49+
#### <a href="https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/" target="_blank">Story Estimator Live Demo</a>
50+
51+
Check all the showcase samples from <a href="https://www.syncfusion.com/showcase-apps" target="_blank">here</a>.
52+
53+
## License
54+
55+
Syncfusion® ASP.NET Core Components is available under the Syncfusion® Essential Studio program, and can be licensed either under the Syncfusion® Community License Program or the Syncfusion® commercial license.
56+
57+
To be qualified for the Syncfusion® Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
58+
59+
Customers who do not qualify for the community license can contact [email protected] for commercial licensing options.
60+
61+
You may not use this product without first purchasing a Community License or a Commercial License, as well as agreeing to and complying with Syncfusion's license terms and conditions.
62+
63+
The Syncfusion® license that contains the terms and conditions can be found at
64+
[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf)
65+
66+
## Support and feedback
67+
68+
* For any other queries, reach our [Syncfusion support team](https://support.syncfusion.com/) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing).
69+
70+
* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing) or contact our sales team at <[email protected]>.
4971

50-
Now, open the listening URL in the browser to check the application.
72+
* Don't see what you need? Please request it in our [feedback portal](https://www.syncfusion.com/feedback/aspnet-core).
5173

52-
## Demo
74+
## See also
5375

54-
#### <a href="https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/" target="_blank">https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/</a>
76+
* [ASP.NET Core Documentation](https://ej2.syncfusion.com/aspnetcore/documentation/introduction)
77+
* [ASP.NET Core Components](https://www.syncfusion.com/aspnet-core-ui-controls/)
78+
* [ASP.NET Core Live Demos](https://ej2.syncfusion.com/aspnetcore/)
5579

56-
Check all the showcase samples from <a href="https://ej2.syncfusion.com/home/aspnetcore.html" target="_blank">here</a>.
80+
<p>Copyright © 2001-2025 Syncfusion®, Inc. Updated on 2025-09-22 at precisely 07:59:36 EST.</p>

0 commit comments

Comments
 (0)