https://github.com/thuyencode/tic-tac-toe
Project: Tic Tac Toe | The Odin Project
https://github.com/thuyencode/tic-tac-toe
theodinproject tic-tac-toe
Last synced: 11 months ago
JSON representation
Project: Tic Tac Toe | The Odin Project
- Host: GitHub
- URL: https://github.com/thuyencode/tic-tac-toe
- Owner: thuyencode
- Created: 2023-12-01T15:04:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T12:29:06.000Z (over 1 year ago)
- Last Synced: 2025-01-25T22:58:35.141Z (about 1 year ago)
- Topics: theodinproject, tic-tac-toe
- Language: TypeScript
- Homepage: https://thuyencode.github.io/tic-tac-toe/
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: Tic Tac Toe
[More detail information here](https://www.theodinproject.com/lessons/node-path-javascript-tic-tac-toe).

## Getting started
First, install all the dependencies:
```bash
npm i
# or if you're using Bun
bun i
```
To run the dev server:
```bash
npm run dev
# or if you're using Bun
bun dev
```
To export and preview the production build:
```bash
npm run build
npm run preview
# or if you're using Bun
bun run build
bun preview
```
## Assets
- Icons used: [**Games Icons**](https://game-icons.net/), [**Material Design Icons**](https://pictogrammers.com/library/mdi), [**Health Icons**](https://healthicons.org), [**Streamline**](https://github.com/webalys-hq/streamline-vectors), [**Akar Icons**](https://github.com/artcoholic/akar-icons) and [**Noto Emoji**](https://github.com/googlefonts/noto-emoji) through [Iconify](https://iconify.design)
- UI components by [**Preline UI**](https://preline.co)