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

Stars
1
Committers
2
  • Angular
  • Typescript
  • Sharing Data Between Components
  • Reusing Components
  • Conditionals Directives
  • Array Data Structure
  • Progressive Web Apps
  • Hard Coded CSS

Here you describe how to run your project locally

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

How to clone your project

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

How to start your project

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

How to run your project

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.

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!