MarsCapone / apprentice-bingo

Apprentice bingo card generator.

Home Page:http://samsondanziger.com/projects/apprentice-bingo/live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apprentice Bingo Web App

Live at http://samsondanziger.com/projects/apprentice-bingo/live

apprentice bingo image

This a project I forked in order to have a go at a client side web app. It was my first foray into AngularJS.

Apprentice Bingo was originally designed by Murray Colpman, Tom Leese, and Alice Hawke. The game is played whilst watching a series of The Apprentice. When the candidates say any of the clichés, you can cross it off your bingo square, and hopefully win before anyone else.

There are 2 types of Apprentice episodes, either the usual tasks or the interview style, usually with the final 5 candidates. Allowing for this, there are options to select the bingo square to create, from within the app.

The recommended options are 2 squares, each of 3x3 tiles.

Configuration

All configuration can be done through the app/data.json file. The layout of the file makes it quite clear as to what is expected, however the skeleton file is below.

{
    "candidates":   [],
    "interviews":   [],
    "tasks":        []
}

About

Apprentice bingo card generator.

http://samsondanziger.com/projects/apprentice-bingo/live

License:MIT License


Languages

Language:JavaScript 55.8%Language:HTML 38.3%Language:CSS 5.8%