https://github.com/martijn/pointingparty
A Blazor powered story point estimation tool
https://github.com/martijn/pointingparty
agile blazor dotnet
Last synced: 2 months ago
JSON representation
A Blazor powered story point estimation tool
- Host: GitHub
- URL: https://github.com/martijn/pointingparty
- Owner: martijn
- License: mit
- Created: 2023-10-05T11:57:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T09:41:49.000Z (5 months ago)
- Last Synced: 2024-11-14T10:21:56.381Z (5 months ago)
- Topics: agile, blazor, dotnet
- Language: C#
- Homepage: https://pointingparty.com
- Size: 85 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Pointing Party
Pointing Party is a web application to aid in agile story point estimation processes with minimal barriers
to entry. Simply start a game, share the URL, and start voting. Registration is neither necessary nor possible
and the application is built to be usable from all platforms and devices.The project does not rely on a backend database. Instead, each client maintains its own game state
based on events published through the central SignalR hub.This project uses .NET 9, Blazor, and Tailwind CSS.
## Try it out
The application can be found at https://pointingparty.com/. It comes without warranty, but feel
free to use it in your team.## Contributing
Simply clone and run. Pull requests are welcome!
The project contains some unit tests, which can be executed with `dotnet test` or from the IDE. In addition,
a Playwright test suite can be found in the `e2e/` directory. To run the end-to-end tests in development,
start the application and run the following command in the `e2e/` directory:```
npm install
BASE_URL=http://localhost:5174 npx playwright test --ui
```© Martijn Storck