/assignment

Primary LanguageJavaScript

tic tac toe

This is a tic-tac-toe game developed using React hooks.
It is a single player game where the second player is a computer served from an API.

To run locally, clone the repository or download the .zip file.

Execute the following commands
cd tictactoe
npm i
npm start
# assignment