Skip to content

winwanwon/pokero

Repository files navigation

Pokero is a planning poker web application for scrum estimation purpose (https://pokero.xyz)

Features

💬 Real-time interaction

Vote, estimate, and discuss stories with your teammates in real-time

📊 Statistics provided

Average and mode values are provided in each round for better insight and further discussion

👩‍💻 Facilitator mode

Sharing your screen? Enable facilitator mode to hide your selected option to avoid estimation bias

🎯 Distraction Free

Made with focus on simplicity, no ads or any feature distracting you from the scrum ceremony


image


Development Guide

Clone the repository and create .env file in the root path

REACT_APP_FIREBASE_API_KEY = [YOUR FIREBASE API KEY]
REACT_APP_FIREBASE_AUTH_DOMAIN = [YOUR FIREBASE AUTH DOMAIN]
REACT_APP_FIREBASE_DATABASE_URL = [YOUR FIREBASE REALTIME DATABASE URL]
REACT_APP_FIREBASE_PROJECT_ID = [YOUR FIREBASE PROJECT ID]
REACT_APP_FIREBASE_STORAGE_BUCKET = [YOUR FIREBASE STORAGE BUCKET]
REACT_APP_FIREBASE_MESSAGING_SENDER_ID = [YOUR FIREBASE MESSAGING SENDER ID]
REACT_APP_FIREBASE_APP_ID = [YOUR FIREBASE APP ID]
REACT_APP_FIREBASE_MEASUREMENT_ID = [YOUR FIREBASE MEASUREMENT ID]

Run local

npm start

Contributions are welcome!