Simple planning poker
An very simple planning poker online web application built with React.
It uses PubNub to send messages between clients.
It doesn’t use any server.
Demo : https://simple-planning-poker.com
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Clone the repository
git clone https://github.com/damien-monni/simple-planning-poker.git
Go to cloned repository and install dependencies
cd simple-planning-poker
npm install
Copy file .env.example to .env.local and add your PubNub keys to it
That’s it! You can start it locally:
npm start
Just run npm build
and host files on any static hosting provider.
Pull Request are welcomed!
We use SemVer for versioning.
This project is licensed under the MIT License - see the LICENSE.md file for details