Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 496 Bytes

Tic Tac Toe

Knowledges

  • ReactJS
  • Framer Motion

How to use

To clone and run this application, you'll need Git and ReactJS installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/YatinCyber/tic-tac-toe.git

# Go into the repository
$ cd tic-tac-toe

# Install dependencies
$ npm install

# Run the app
$ npm run dev