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

Home Page:https://tic-tac-toe-pwa-angular-nu.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💻 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:

Cloning

How to clone your project

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

Starting

How to start your project

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

Running

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.

📫 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!

About

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://tic-tac-toe-pwa-angular-nu.vercel.app/


Languages

Language:TypeScript 69.7%Language:HTML 20.8%Language:SCSS 9.5%