https://github.com/kksoftwareag/partypoker
https://github.com/kksoftwareag/partypoker
agile aspnetcore blazor csharp planningpoker scrum
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kksoftwareag/partypoker
- Owner: kksoftwareag
- License: mit
- Created: 2020-12-15T23:20:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T18:04:38.000Z (over 1 year ago)
- Last Synced: 2024-11-27T18:34:28.609Z (over 1 year ago)
- Topics: agile, aspnetcore, blazor, csharp, planningpoker, scrum
- Language: C#
- Homepage:
- Size: 475 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Planning Poker in Blazor


This repository contains a real time planning poker web application based on [ASP.NET Core Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor).
You can check out a live demo [over here](https://www.planningpoker.party/demo).
## Prerequisites
- [.NET 9 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/Download).
## How to in run in Visual Studio
1. Clone or download.
2. Open the solution in Visual Studio 2022+ and press F5. All dependencies will be installed and a browser window will be openend
## How to run in the console
Please refer to [BUILDING.md](BUILDING.md)
## Contributing
Pull requests are welcome.