Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 790 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 790 Bytes

My solution to React Facebook Tutorial additional points

  • 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.

The solution was deployed to Heroku.

All changes are implemented in /src/index.js

This project was bootstrapped with Create React App.