Created a tic-tac-toe game using ReactJs
https://tic-tac-toe-231.netlify.app/
Clone the project
git clone https://github.com/CodeinIP/Tic-Tac-Toe.git
Go to the project directory
cd Tic-Tac-Toe
Install dependencies
npm install
or
pnpm install
Start the server
npm run start
- Learned React