Skip to content

Tic-tac-toe is a game in which two players take turns in drawing either an '0' or an 'X' in one square of a grid consisting of nine squares.

Notifications You must be signed in to change notification settings

murali0101/tic-tac-toe-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Tic Tac Toe using React Hooks- ReactJS projects

Application Demo -

https://tic-tac-toe-02.netlify.app/

Development steps-

  1. Create React App using npx create-react-app
  2. Designing the UI i.e. Game board using JSX and CSS.
  3. Used React Hooks to manage the state of the application.
  4. For the winning state- it shows an alert with Winner's name.

About

Tic-tac-toe is a game in which two players take turns in drawing either an '0' or an 'X' in one square of a grid consisting of nine squares.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published