Git Product home page Git Product logo

plays-lotto's Introduction

Plays Lotto

This app allows a software development team to play Planning Poker

Description

This app is designed to allow a software development team to play "Planning Poker", a game used to estimate how much time different development tasks will take. To learn more about Planning Poker, check out the article on wikipedia. The app will run in your browser and allow your team to silently vote on tasks, then reveal the results.

Resigned

This app has had the UI updated and the back end re-factored. This app is based off of Jenni's Planning Poker.

How to use the app

Clone the repository

cd into the directory

Run npm install

Start the build

gulp build run at least the first time to create all required files

How to run the app locally

Edit the following files www/index.html & app/js/main.js & app/css/main.less

npm run dev will execute gulp and start a server at localhost:1337

Open multiple tabs to see how multiple users can submit their estimations and view the results.

App Structure

├───┬ app/
|   ├───┬ css/
|   |   ├── main.less
|   |   └── slider.less
|   ├───┬ js/
|   |   ├── keepNewLines.js
|   |   ├── main.js
|   |   └── socketService.js
|   ├── app.js
|   └── app.less
├───┬ resources/
|   ├───┬ images/
|   |   ├── cross-scratches.png
|   |   ├── fabric-of-squares.png
|   |   ├── favicon.ico
|   |   └── playslogo.png
|   ├───┬ socketio/
|   |   └── main.js
├───┬ www/
|   ├───┬ css/
|   |   ├── bundle.css
|   |   └── bundle.min.css
|   ├───┬ fonts/
|   ├───┬ js/
|   |   ├── bundle.js
|   |   └── bundle.min.js
|   └── index.html
├── gulpfile.js
├── package.json
├── Procfile
├── README.md
└── server.js

How to deploy the app

npm start will build the app and start node server.js for the host

Thanks for viewing!

plays-lotto's People

Contributors

ptrbrn avatar

Stargazers

Shawn Leberknight avatar

Watchers

James Cloos avatar Pete avatar

Forkers

shawnlknight

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.