Simple Planning Poker is a web application that allows agile teams to estimate user stories using planning poker techniques.
- Create and join planning poker rooms
- Invite participants to rooms
- Select story point estimates
- Reveal estimates simultaneously
- Reset estimation rounds
- Real-time updates
- Mobile-first design
- ASP.NET Core backend
- Angular frontend
- SignalR for real-time communication
- Clone the repository
- Build and run the ASP.NET Core backend
- Navigate to the Angular client directory
- Run
npm install
- Run
ng serve
to start the dev server - Access the application at http://localhost:44476