Planner Poking (Client)


Planner Poking is a play on the words from the technique "Planning Poker", commonly used for estimating tasks for Scrum or other Agile frameworks.

With this app, you and your team can:

  • create rooms with ease
  • use custom values for cards
  • see who is voting (or keep it anonymous with custom usernames)

In a room, all actions occur in real time with no need to create accounts or worry about saved data (nothing is saved!).

You can check the code for the server in the Planner Poking (Server) repo.

I used this project to learn and apply Vue with a WebSocket connection.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build