Skip to content

Tachionstrahl/SimplePlanningPoker

Repository files navigation

Simple Planning Poker

Backend Frontend

Logo

Simple Planning Poker is a web application that allows agile teams to estimate user stories using planning poker techniques.

Features

  • 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

Screenshots

Desktop

Desktop Screen

Mobile

Mobile Screen

Technologies

  • ASP.NET Core backend
  • Angular frontend
  • SignalR for real-time communication

Getting Started

  1. Clone the repository
  2. Build and run the ASP.NET Core backend
  3. Navigate to the Angular client directory
  4. Run npm install
  5. Run ng serve to start the dev server
  6. Access the application at http://localhost:44476