Code Monkey home page Code Monkey logo

react-tic-tac-toe's Introduction

Improvements for Tic-Tac-Toe React tutorial

This is my solution for the extra improvements suggested at the end of this awesome Tutorial: Intro to React.

Check the site out at https://mmartinsson.github.io/react-tic-tac-toe/

Original improvements

In case the original page gets changed these were the improvements when I played around with them. They are in order of increasing difficulty:

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

My own Improvements

I also did some improvements of my own. See the other Issues

Deploy

To deploy to GitHub pages:

npm run deploy

react-tic-tac-toe's People

Contributors

mmartinsson avatar

Watchers

 avatar

react-tic-tac-toe's Issues

Moves off by one

In the moves list the list number and the move number is not matching. It's painful to see. Do you feel it?

bild

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.