Skip to content

imabhishek028/Tic-Tac-toe

Repository files navigation

Tic-Tac-Toe

Common Task 1 Javascript by Abhishek Jha, Roll No- 110123005

I have created the Tic Tac Toe Mobile Game with a clean and responsive UI.

Downloading the Application

To download the application:

  1. Head to the Demo directory.
  2. Download tictactoe.apk to view it on your phone.

Running the Code on Your Machine

To set up and run the code on your machine:

  1. Clone the repository:
    git clone https:/imabhishek028/Tic-Tac-Toe
    cd Tic-Tac-Toe
  2. Download and install Android Studio and set up an emulator.
  3. Check dependencies from package.json and install them using:
    npm install
  4. Run the emulator with the following command:
    npx react-native run-android