Skip to content

GSG-G7/react-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-tic-tac-toe

x-o game

Team:

  • Mossa
  • Mohammed

User Journey

  • the user can play with another user
  • no signup required

How

  • we make the file strucutre using npx-create-react-app.
  • we split the logic from the rendering by creating util folder and add the functionality.
  • we work in pairs.

run localy

npm start

  • to run the app localy on port 5000

run remotely