This is a Tic-Tac-Toe game based on the React's __Intro to React Tutorial--
Live demo here.
- This is a Tic-Tac_Toe game based on the React's Intro to React Tutorial.
- It allows 2 players to input custom player names.
- Players wins are tracked with totals tallied
- This project was bootstrapped with Create React App and is hosted on Vercel
- This app allows 2 players to play consecutive games of tic-tac-toe, with a running score being kept.
- This project was built as part of an interview coding challenge to test my React skills
- React 16
- yarn
- Play a game of tic-tac-toe
- Add custom player names
- keep trcak of player wins and total scores
Then run:
Run:
yarn install
to install the js packages
Run:
yarn start
Project is: Complete
- This project was based off of React's Intro to React Tutorial and extended as part of the Limio interview coding challenge
Created by @Cerulean-Ash - feel free to contact me!