The current project is a project of simple tic-tac-toe game executed due to the React and Styled components.
You can open and use the app by tic-tac-toe app link.
The project has multilayer structure:
public
- used to keep static content for buildsassets
- used to keep static contentcomponents
- used to keep react componentshooks
- used to keep hooksstyles
- used to keep stylesutils
- used to keep utils for helping
The project has the next dependencies in the package.json file.
- Clone project to your PC by the following command:
git clone https://github.com/andreynav/tic-tac-toe.git
- Open the root directory and enter the following command:
yarn
- In the root directory create
.env
file and add inside it a rowPORT=3003
(or any desired port).
To run project, open the root directory and enter the following command:
yarn start
The command runs the app in the development mode. Open http://localhost:3003 to view it in your browser.
The project is open source software provided under the Apache License 2.0.