pandey-mohit / planningpoker

planningpoker is a consensus-based, gamified technique for estimating the tasks in agile methodology.
GNU General Public License v3.0
1 stars 1 forks source link

planningpoker (scrum pokermon)

Planningpoker (Scrum Pokermon) is a consensus-based, gamified technique for estimating the tasks in agile methodology.

Tech Stack

  1. ReactJS, for front end application
  2. FluentUI for ux and component styling
  3. PubNub for chat api

Configure PubNub Configuration

Add .env file into the project repository with pubnub keys.

REACT_APP_PUBNUB_PUBLISH_KEY=
REACT_APP_PUBNUB_SECRET_KEY=
REACT_APP_PUBNUB_SUBSCRIBE_KEY=

Getting Started

This project was bootstrapped with Create React App.

In order to run the project, please run the following commands:

# install the node dependencies
npm install
# start the project in development mode
npm start

Open http://localhost:3000 to view it in browser.