ReactJS
Framer Motion
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