Pon ! is a web-based Planning Poker tool for agile estimation.Users can select Fibonacci numbers to estimate tasks, and the system calculates the average when at least two users participate.The application supports real-time interactions with WebSocket and displays active users.
# server
bun server.ts# web
bun run dev- Open the application and enter your username.
- Select a Fibonacci number to estimate the task.
- The selected values and active users are displayed in real-time.
- When at least two users have selected values, the average is calculated and shown.
- Click the "Clear" button to reset the selections.
- Frontend: React, TypeScript, Tailwind CSS
- Backend: WebSocket Server (Node.js with Bun)
- Build Tool: Vite
kissy24

