Got no playing cards to do your planning poker ? No worries, in less than 5 minutes form now, you'll be ready to plan !
- Random name given to new client
- Change name
- Change User Stories
- Reveal cards
- Play again
- Change themes on-the-fly
- Multi-room
- Theme and name saved into localStorage
- Facebook like Chat
- Deployed on Heroku
- Node.js
- Command Line Tools
- Mac OS X: Xcode (or OS X 10.9 Mavericks:
xcode-select --install
) - Windows: Visual Studio
- Ubuntu:
sudo apt-get install build-essential
- Fedora:
sudo yum groupinstall "Development Tools"
- OpenSUSE:
sudo zypper install --type pattern devel_basis
❗ Note: If you are new to Node.js or Express framework, I highly recommend watching Node.js and Express 101 screencast by Alex Ford that teaches Node and Express from scratch. Alternatively, here is another great tutorial for complete beginners - Getting Started With Node.js, Express, MongoDB.
The easiest way to get started is to clone the repository:
# Fetch only the latest commits.
git clone [email protected]:bcldvd/real-time-planning-poker.git my-project
cd my-project
# Install NPM dependencies
npm install
node app.js
❗ Note: I strongly recommend installing nodemon
sudo npm install -g nodemon
. It will monitor for any changes in your node.js application and automatically restart the server. Once installed, instead ofnode app.js
usenodemon app.js
. It is a big time saver in the long run.
- Tweaks
If something is unclear, confusing, or needs to be refactored, please let me know. Please open an issue before submitting a pull request
David Boclé - http://github.com/bcldvd
- hackathon-starter by @sahat
- animate.css by @daneden
- bootswatch by @thomaspark
- jquery.clipboard by @valeriansaliou
- jQuery.qrcode by @lrsjng
The MIT License
Copyright (c) 2014 David Boclé
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.