GitXplorerGitXplorer
a

react-tic-tac-toe

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
4d34ab3dcd597c000b206c9fb5794bf7cbd64191

Update README.md

aandremralves committed 2 years ago
Unverified
5c9b339ef3fea2ce4965ea8a2702fc04c5b2f19f

update README

aandremralves committed 2 years ago
Unverified
0c854359de0badea58dfa96a83a2b80a2155db92

show the current movement as bold text

aandremralves committed 3 years ago
Unverified
8f5f9dde3e056e8ff270fead6020b740c8139053

end of react tutorial

aandremralves committed 3 years ago
Unverified
1bd0c5ce03fcda31090ff918d7fe4150669adcb7

Initialize project using Create React App

aandremralves committed 3 years ago

README

The README file for this repository.

React Tic Tac Toe

This project is based on the React tutorial in the react documentation, but I added some improvements to make this project even cooler;

📜 TODO:

  • [ ] Display the location for each move in the format (col, row) in the move history list.
  • [ ] Bold the currently selected item in the move list.
  • [ ] Rewrite Board to use two loops to make the squares instead of hardcoding them.
  • [ ] Add a toggle button that lets you sort the moves in either ascending or descending order.
  • [ ] When someone wins, highlight the three squares that caused the win.
  • [ ] When no one wins, display a message about the result being a draw.