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.
- Turborepo
- Next 14
- Jest
- Node >= 18
- Yarn
Clone this repository
git clone https://github.com/dyhalmeida/tic-tac-toe.gitNavigate to the cloned folder
cd tic-tac-toeInstall dependencies
yarn install --frozen-lockfileRun the project and open the browser on http://localhost:3000
yarn dev