Skip to content

yoursAniki/Tic-Tac-Toe-Web-App

Repository files navigation

Tic Tac Toe Game

If you want to play unusual tic-tac-toe(with the ability to change the size of the board) with your friends try my application.

Tech stack

HTML + CSS(SCSS) + JS + VITE

Figma

The design is made according to this template.

Website

You can try my app on Github pages.

Recommended IDE Setup

VS Code, Vite.

Customize Configuration

Vite Configuration Settings.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build