mspdl / angular-tic_tac_toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe using Angular

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

Image Sample

Users can play tic-tac-toe! with a computer

Adjusts and improvements

The project is working and it is almost finished:

  • Well...all the project
  • Finish README and documentation
  • Unit Tests & Code Coverage
  • Add this project to my portfolio

💻 Requirements

Before we start, please check it out:

  • Node version installed (I used version v18.14.1)
  • This project can run on any Operating System (Windows/Linux/Mac).

🚀 Installing Tic Tac Toe

To install Tic Tac Toe follow these steps:

npm install

Then, after finish:

npm start

☕ Using Tic Tac Toe

To use Tic Tac Toe just access the following link after running the project: http://localhost:4200/

📫 Contributing to Tic Tac Toe

To contribute to Tic Tac Toe, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <name_branch>.
  3. Make your changes and confirm it: git commit -m '<message_commit>'
  4. Send it to the main branch: git push origin <main> / <local>
  5. Create your Pull Request.

As an alternative, look at GitHub documentation how to create a Pull Request.

🤝 Collabs

This project was created based on an example of the course Formação Angular 13 - O início criando 7 projetos mastered by Marcio Cesale de Souza

📝 License

This project is under the MIT License. See the file LICENSE for more details.

About

License:MIT License


Languages

Language:TypeScript 64.8%Language:HTML 27.2%Language:SCSS 8.0%