Pokero is a planning poker web application for scrum estimation purpose (https://pokero.xyz)
Vote, estimate, and discuss stories with your teammates in real-time
Average and mode values are provided in each round for better insight and further discussion
Sharing your screen? Enable facilitator mode to hide your selected option to avoid estimation bias
Made with focus on simplicity, no ads or any feature distracting you from the scrum ceremony
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!