paradite / react-tic-tac-toe

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

Home Page:https://paradite.github.io/react-tic-tac-toe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React tic-tac-toe game

First attempt at learning React

Bonus Checklist

  • Display the move locations in the format "(1, 3)" instead of "6".
  • 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.

License

MIT

About

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

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


Languages

Language:JavaScript 69.4%Language:HTML 18.5%Language:CSS 12.0%