An open API service indexing awesome lists of open source software.

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

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:
Screenshot 2023-04-19 at 22 18 21

## 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.