TomCosta / bingoCard

This is just a template of a Bingo card using *ngFor to create the board, If you enjoy give it a star. Please, feel free to use it and upgrade if you have a better one. Using Angular Ionic 4.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bingo Card - Ionic 4.x

This app is just a bingo card template. Some doubts arose in an attempt to simplify screen creation using *ngFor. Feel free to suggest improvements, or make changes as you see fit and submit a pull request to share with the community => BINGO <= clone this code on GitHub.

BINGO

version Idioma status

Este aplicativo é apenas um template da cartela de um Bingo. Surgiu de uma dúvida na tentativa de simplificar a criação da tela usando o *ngFor. Sinta-se a vontade para sugerir melhorias, ou faça as mudanças que achar melhor e submeta um pull request para compartilhar com a comunidade => BINGO <= clone este código no GitHub.

Ionic info:

ionic (Ionic CLI)               5.4.10
cordova (Cordova CLI)           8.0.0 
@angular/cli                    8.1.3
cordova-res                     0.8.1
Node                            12.11.1
npm                             6.11.3 

Para iniciar este projeto é necessário

Clonar o repositório

git clone https://github.com/TomCosta/bingoCard.git

Instalar as dependências usando npm

$ npm install

Para rodar o app no navegador

$ ionic serve

------------------------------------------------------------------

Para quem ainda não tem o Ionic instalado, segue abaixo:

------------------------------------------------------------------

Below follows the example to use this code to build an app from zero.

How to use this template

With the Ionic CLI:

Use command below:

$ sudo npm install -g ionic cordova

Then, to run it, cd into homic and run:

$ ionic cordova platform add ios
$ ionic cordova run ios

Run ionic serve for a local dev server. Navigate to http://localhost:8100/. The app will automatically reload if you change any of the source files.

$ ionic serve

Extras

Code scaffolding

Run

ionic generate component `component-name` to generate a new component

You can also use:

ionic generate `directive|pipe|service|class|guard|interface|enum|module`

Substitute ios for android if you are not on a Mac system.

By Everton (Tom) Costa.

About

This is just a template of a Bingo card using *ngFor to create the board, If you enjoy give it a star. Please, feel free to use it and upgrade if you have a better one. Using Angular Ionic 4.x


Languages

Language:TypeScript 65.9%Language:SCSS 17.9%Language:HTML 8.7%Language:JavaScript 7.5%