evgomes / tic-tac-toe-angular

Simple tic-tac-toe game built with Angular 6.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-tac-toe

Simple tic-tac-toe game built with Angular 6. It was inpired in the introduction tutorial for React.js.

Online demo: https://evgomes.github.io/tic-tac-toe-angular/

tic-tac-toe demo

Testing

To test the project, clone this repository and run the following commands:

npm install
ng serve

The server will start and you will be able to play the game navigating to http://localhost:4200/. If you are running the project on a Linux or MacOS environment, you may have to use sudo in front of the command above.

About

Simple tic-tac-toe game built with Angular 6.

License:MIT License


Languages

Language:TypeScript 67.7%Language:HTML 16.9%Language:JavaScript 12.6%Language:CSS 2.8%