https://github.com/wojciechmarek/tic-tac-toe-game
A simple Angular application to play tic-tac-toe game
https://github.com/wojciechmarek/tic-tac-toe-game
angular nebular pwa tic-tac-toe typescript
Last synced: 5 months ago
JSON representation
A simple Angular application to play tic-tac-toe game
- Host: GitHub
- URL: https://github.com/wojciechmarek/tic-tac-toe-game
- Owner: wojciechmarek
- Created: 2023-03-05T11:03:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T20:20:29.000Z (over 3 years ago)
- Last Synced: 2025-01-28T14:22:41.959Z (over 1 year ago)
- Topics: angular, nebular, pwa, tic-tac-toe, typescript
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe Game
A simple Angular application that allows you to play Tic Tac Toe.
## Purpose
This project was created to refresh an Angular knowledge. Based on the [Angular for Beginners - Let's build a Tic-Tac-Toe PWA](https://www.youtube.com/watch?v=G0bBLvWXBvc).
## Demo
A live demo is available at [https://tic-tac-toe-game-e5928.web.app](https://tic-tac-toe-game-e5928.web.app)
Screenshot:

## Used technologies
- 🎁 **Repository:** regular Git repository
- 🧰 **Frameworks:** Angular 15, Typescript
- 🎨 **Styling:** Nebular, some plan CSS
- 📦 **Other features:** PWA
## How to run
1. Install [Node.js](https://nodejs.org/en/download/).
2. Clone the repository.
3. Type and run: `npm i` in the root directory.
4. Type and run: `npm run start` in the root directory.
5. Open `http://localhost:4200` in your browser to see the app.