yuxuanyao / ReactTicTacToe

Intro to react with some modifications on the original react tutorial

Home Page:https://mysterious-escarpment-20232.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Tic-Tac-Toe

This is a project I explored with to learn React. I followed the Intro to React tutorial on the official React website to create this Tic Tac Toe game.

Link to tutorial : https://reactjs.org/tutorial/tutorial.html

I have made some modifications to this so it looks better :)

  • Responsiveness (enlarged game board on full screen desktop)
  • Tie Game (the original tutorial had "next move" displayed when neither players won, which seemed incorrect to me)
  • Color (I changed the color of the X's and O's to make it look more like the original game)

About

Intro to react with some modifications on the original react tutorial

https://mysterious-escarpment-20232.herokuapp.com/


Languages

Language:JavaScript 61.4%Language:HTML 23.6%Language:CSS 15.0%