/react-tutorial-solutions

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

Primary LanguageJavaScriptMIT LicenseMIT

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. :-)