This app allows you to estimate issues with your teammates remotely without any initial setup, loading user stories, or signing in.
Only T-Shirt sizing estimates are available so far.
You can read more about scrum poker and T-Shirt sizes here.
- Go to https://verkhovin.github.io/poker/.
- Click to Create a new room or if you have the room's id, enter the existing room by entering it to the Room id field, and click Enter the room.
- If you are for the first time here, enter your name. It will be used to identify you.
- After entering the room, send the room's id (or direct link) to your teammates.
- Discuss an issue with your teammates. When all the participants give their estimates, click Show.
- Click Clear for the next round.
It's a simple web application with Java + Spring Boot backend and frontend implemented with Vue.js. Frontend communicates with the backend through minimalistic REST API and sockets.
Technologies: Java, Spring Boot, Spring Data JPA, PostgreSQL, Vue.js, Bootstrap, Websockets, REST API