Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 46 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
[![.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)

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

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.

## Deployment
## Requirements to run the demo

### Requirements to run the demo

The sample requires the below requirements to run.

* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
* [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
* [System requirements](https://ej2.syncfusion.com/aspnetcore/documentation/system-requirements/)

### Install

Expand All @@ -30,27 +25,56 @@ gulp sass-to-css
gulp min:css
gulp min:js
```
### Run the demo using .NET CLI

### Build
* Clone this repository.
* Open the command prompt from Application root directory.
* Run the demo using `dotnet run` command.

To compile the source files, use the following command.
### Run the demo using Visual Studio

```
dotnet build
```
* Open the solution file using Visual Studio.
* Press `Ctrl + F5` to run the demo.

### Run
### Run the demo using Visual Studio code

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

```
dotnet run
```
> 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.

* Press `Ctrl + F5` to run the demo.

### Live Demo

#### <a href="https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/" target="_blank">Story Estimator Live Demo</a>

Check all the showcase samples from <a href="https://www.syncfusion.com/showcase-apps" target="_blank">here</a>.

## License

Syncfusion® ASP.NET MVC 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.

To be qualified for the Syncfusion® Community License Program you must have a 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.

Customers who do not qualify for the community license can contact [email protected] for commercial licensing options.

Use of Syncfusion® Blazor Components requires prior acquisition of either a Community License or a Commercial License. Additionally, usage is subject to acceptance of and compliance with Syncfusion's license terms and conditions.

The Syncfusion® license that contains the terms and conditions can be found at
[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf)

## Support and feedback

* 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).

* 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]>.

Now, open the listening URL in the browser to check the application.
* If the required information is not available, it can be submitted through the Syncfusion® Blazor Components Feedback Portal [feedback portal](https://www.syncfusion.com/feedback/aspnet-mvc).

## Demo
## See also

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

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