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

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

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

![The website looks like this](https://i.ibb.co/s67cgXR/Screenshot-20231204-204527.png)

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