rmerlo / react-tutorial-solutions

Solutions to additional problems given in React's "tic tac toe" tutorial.

Home Page:https://harman052.github.io/react-tutorial-solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solutions to additional challenges given in React's "tic tac toe" tutorial. Demo

In addition to tutorial challenges, reset and play again buttons are added. Technically, both are same. Reset button appears all the time but play again shows up only when game is over (i.e. either draw or win/lose).

This project was bootstrapped with Create React App.

How to start the app?

Go to the app root directory and run: npm start

It will start the development server. App will open at http://localhost:3000 in the browser. The page will reload if you make edits. You will also see any lint errors in the console.

Useful links

Tutorial: Intro to React.

Suggestions/contributions for all sorts of improvements are highly encouraged. :-)

About

Solutions to additional problems given in React's "tic tac toe" tutorial.

https://harman052.github.io/react-tutorial-solutions

License:MIT License


Languages

Language:JavaScript 74.6%Language:HTML 15.0%Language:CSS 10.4%