Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stanleyy7/angular-tic-tac-toe
A Tic-Tac-Toe PWA made using Angular
https://github.com/stanleyy7/angular-tic-tac-toe
angular jasmine pwa
Last synced: 5 days ago
JSON representation
A Tic-Tac-Toe PWA made using Angular
- Host: GitHub
- URL: https://github.com/stanleyy7/angular-tic-tac-toe
- Owner: StanleyY7
- Created: 2023-04-22T00:21:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-25T09:24:51.000Z (over 1 year ago)
- Last Synced: 2024-10-16T13:04:10.765Z (20 days ago)
- Topics: angular, jasmine, pwa
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
A simple Tic-Tac-Toe game made using Angular.
![image](https://user-images.githubusercontent.com/119549394/234233900-91cdca27-490a-467d-8192-27c30c8556da.png)
Live link - https://tic-tac-toe-2bb80.web.app/ (hosted on firebase, also is a PWA that can be installed).
## Overview
This was just a simple hobby/practice project to solidify my understanding of Angular (in particular Angular's lifecycle hooks), experiment with different libraries and to make a web application that was different to what I have currently done before (as I have never made a game as a web application). Additionally I wanted to make a PWA to "try out" something different.
### Tech Stack
- Angular
- TypeScript
- Jasmine