This is my first published react project and I built this game to lear React by doing and adding more features to learn more.
- Allows 2 players to play in turns
- Tells who the winner is -
Player X
orPlayer O
- Tells if no player won a round
- Displays steps played in
Asc
orDesc
order - Allows time travel to previously played steps
- Highlights the winning cells
- Fork this repo
- clone your fork
- cd into project directory
- Run
npm install
oryarn install
- The app will open on
localhost:3000