TicTacToe is a fun and interactive web application built with React.js, allowing users to play the classic game of Tic Tac Toe. This project demonstrates how to create a dynamic and state-driven application using modern JavaScript and React concepts.
- React-JS JavaScript library
- SweetAlert2 JavaScript library
https://tictacpro.netlify.app/
Clone the project
git clone https://github.com/Adem-Berrabia/TicTacToeGo to the project directory
cd TicTacToeInstall dependencies
npm iStart the server
npm start