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
- Host: GitHub
- URL: https://github.com/gustavoestevesr/tic-tac-toe-pwa-angular
- Owner: gustavoestevesr
- Created: 2024-05-11T14:59:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T17:19:40.000Z (12 months ago)
- Last Synced: 2025-01-15T07:06:53.795Z (4 months ago)
- Topics: angular, angular-cli, directive-angular, front-end, game, pwa, sharing-data, tic-tac-toe
- Language: TypeScript
- Homepage: https://tic-tac-toe-pwa-angular-nu.vercel.app/
- Size: 337 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
💻 Tic Tac Toe PWA Angular
Development of the famous game called Tic Tac Toe with PWA using Angular🎨 Layout
![]()
💻 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!