Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrquick17/football-bingo
Ionic/Angular app for generating football bingo boards. Great for Super Bowl and CFP parties!
https://github.com/jrquick17/football-bingo
angular bingo football ionic javascript
Last synced: 25 days ago
JSON representation
Ionic/Angular app for generating football bingo boards. Great for Super Bowl and CFP parties!
- Host: GitHub
- URL: https://github.com/jrquick17/football-bingo
- Owner: jrquick17
- Created: 2019-02-03T18:13:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T14:25:24.000Z (12 months ago)
- Last Synced: 2024-05-07T18:17:59.149Z (8 months ago)
- Topics: angular, bingo, football, ionic, javascript
- Language: TypeScript
- Homepage: https://bingo.jrquick.com
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# football-bingo
## Index ##
* [About](#about)
* [Run](#run)
* [Documentation](#documentation)
* [Issues](#issues)
* [Contributing](#contributing)
* [Deploy](#deploy)
* [Future Plans](#future-plans)
* [FAQ](#faq)## About ##
This is a component based on Ionic's search-bar component, with the addition of auto-complete ability. This component is super simple and light-weight. Just provide the data, and let the fun begin. This package is compatible with Angular 2+ and Ionic 2+.
* Visit the [demo](https://bingo.jrquick.com) to see it action!
* Visit [my website](https://jrquick.com) for more cool projects!## Run
* #### Clone ####
```
git clone [email protected]:jrquick17/football-bingo.git
```* #### Install Node ####
```
npm install
```* #### Run ####
```
ionic serve
```
* **Tip:** Install [Ionic](https://ionicframework.com/) globally first.
```
sudo npm install -g ionic
```## Documentation ##
* ### Categories ###
* ### Squares ###
* #### Probability ####
## Contributing ##
To contribute, submit any pull request and I will have look.
## Issues ##
If you find any issues feel free to open a request in [the Issues tab](https://github.com/jrquick17/football-bingo/issues). If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.
### Demo ###
Run `npm install` to get packages required for the demo and then run `ionic serve` to run locally.
### Thanks ###
* [jrquick17](https://github.com/jrquick17)
## Deploy ##
* ### Build ###
* Run `gulp build` from root.
* ### Move to root ###
* Move the contents of `www/` (build directory) to your root.
## Future Plans
* Update to Angular 8+
* Add documentation to README
* Add print button
* Optional FREE square
* Hook into database for models
* Allow user submissions and edits
* Support more than American football
* Show rules on print out
* Allow custom rules