/tic-tac-toe

Project developed during dev architect training, with domain modeling

Primary LanguageTypeScript

Tic Tac Toe

Project developed during dev architect training, with domain modeling

All the game rules of the game is in the core folder package separate from the front end and testing using the jest.

How to run this project?

Stack

  • Turborepo
  • Next 14
  • Jest

Dependencies

  • Node >= 18
  • Yarn

Steps to run this project

Clone this repository

git clone https://github.com/dyhalmeida/tic-tac-toe.git

Navigate to the cloned folder

cd tic-tac-toe

Install dependencies

yarn install --frozen-lockfile

Run the project and open the browser on http://localhost:3000

yarn dev