/ember-bingo

Come one come all come get your buzzwords

Primary LanguageJavaScript

ember-bingo

Gif demo of Ember bingo

View App

To add more buzzwords to the collection, make changes to app/utils/buzzwords.js. This app is meant to be fun and silly, so buzzword selection is not strict. Feel free to open up a PR to add buzzwords to the bingo board. The only thing we won't allow are people's names or communities. The Ember core team and community is amazing and we shouldn't be mean to them!

Desired Features

  • Accessibility tests.
  • Some animations to make this smoother and cuter. (ie: better BINGO message)
  • Better responsiveness for odd mobile displays.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ember-bingo
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

The app is deployed to Heroku. Commit changes via git then git push heroku master. For now, make sure the app is deployed without a yarn.lock file so that it installs packages via npm (bug with yarn install with Heroku deploys).

Further Reading / Useful Links