Game Demo:
Angular-Tic-Tac-Toe.-.Tic-Tac-Toe.2021-12-30.19-45-27.mp4
You can test the app here
And even install it to your desktop from the same page like so:
Then you can play the game without your browser:

- In terminal:
ng add @angular/pwa - In Terminal:
ng build - a. Make sure you have enough production budget set up in your angular.js file (build again if you had to fix it)
- Create Firebase project in Firebase
- In terminal:
ng add @angular/fire - a. Pick the correct project name and choose to Host your app (while installing @angular/fire)
- In Terminal:
ng deploy(deploys production app to the Firebase hosting account - you'll get the link to the website)

