An open API service indexing awesome lists of open source software.

https://github.com/gustavoestevesr/tic-tac-toe-pwa-angular

Desenvolvimento do famoso Jogo da Velha com Angular de forma otimizada e simples, utilizando a diretiva ngSwitch, compartilhamento de dados entre componentes com @Input, a elaboração da estética e lógica do jogo e por fim, a experiência de usuário de um aplicativo nativo com PWA
https://github.com/gustavoestevesr/tic-tac-toe-pwa-angular

angular angular-cli directive-angular front-end game pwa sharing-data tic-tac-toe

Last synced: 2 months ago
JSON representation

Desenvolvimento do famoso Jogo da Velha com Angular de forma otimizada e simples, utilizando a diretiva ngSwitch, compartilhamento de dados entre componentes com @Input, a elaboração da estética e lógica do jogo e por fim, a experiência de usuário de um aplicativo nativo com PWA

Awesome Lists containing this project

README

        

💻 Tic Tac Toe PWA Angular


Development of the famous game called Tic Tac Toe with PWA using Angular


📱 Visit this Project

🎨 Layout


Image Example

💻 Technologies

- Angular
- Typescript

💻 Skills

- Sharing Data Between Components
- Reusing Components
- Conditionals Directives
- Array Data Structure
- Progressive Web Apps
- Hard Coded CSS

🚀 Getting started

Here you describe how to run your project locally

Prerequisites

Here you list all prerequisites necessary for running your project. For example:

- [NodeJS](https://github.com/)
- [Git 2](https://github.com)
- [Angular](https://angular.io/)

Cloning

How to clone your project

```bash
git clone github.com/gustavoestevesr/tic-tac-toe-pwa-angular
```

Starting

How to start your project

```bash
cd tic-tac-toe-pwa-angular
npm install
```

Running

How to run your project

```bash
Run ng serve for a dev server.
Navigate to http://localhost:4200/.
The application will automatically reload if you change any of the source files.
```

📫 Contribute

Here you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request

1. `git clone https://github.com/gustavoestevesr/tic-tac-toe-pwa-angular`
2. `git checkout -b feature/NAME`
3. Follow commit patterns
4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!