Skip to content

harman052/react-tutorial-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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