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
- Host: GitHub
- URL: https://github.com/paradite/react-tic-tac-toe
- Owner: paradite
- Created: 2017-06-09T06:06:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T06:18:45.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T11:33:34.614Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://paradite.github.io/react-tic-tac-toe/
- Size: 525 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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