An open API service indexing awesome lists of open source software.

https://github.com/paradite/react-tic-tac-toe

:o::x::o: First React repo - tic-tac-toe
https://github.com/paradite/react-tic-tac-toe

Last synced: about 1 year ago
JSON representation

:o::x::o: First React repo - tic-tac-toe

Awesome Lists containing this project

README

          

# React tic-tac-toe game

First attempt at learning React

## Bonus Checklist

- [X] Display the move locations in the format "(1, 3)" instead of "6".
- [X] Bold the currently-selected item in the move list.
- [X] Rewrite Board to use two loops to make the squares instead of hardcoding them.
- [X] Add a toggle button that lets you sort the moves in either ascending or descending order.
- [X] When someone wins, highlight the three squares that caused the win.

## License

MIT