Tic Tac Toe(morpion) game in react
This project is a Tic Tac Toe game implemented using React and Node.js.
To install and run the game, you have two options:
-
Clone the repository:
git clone https://github.com/bambadiagne/tictactoe-react-game.git
-
Navigate to the project directory:
cd tictactoe-react-game
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Clone the repository:
git clone https://github.com/bambadiagne/tictactoe-react-game.git
-
Navigate to the project directory:
cd tictactoe-react-game
-
Build and run the Docker container:
docker build . -t tictoctae-react-game docker run -dp 5000:5000 tictoctae-react-game
Once the development server is running, you can access the game in your web browser at http://localhost:5000
.
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request.