https://github.com/niteshseram/tictactoe
A simple Tic Tac Toe game built using React Native
https://github.com/niteshseram/tictactoe
react-native reactjs
Last synced: 6 months ago
JSON representation
A simple Tic Tac Toe game built using React Native
- Host: GitHub
- URL: https://github.com/niteshseram/tictactoe
- Owner: niteshseram
- Created: 2020-04-08T11:37:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T06:27:49.000Z (almost 5 years ago)
- Last Synced: 2025-04-08T08:48:25.251Z (over 1 year ago)
- Topics: react-native, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe
It is a simple Tic Tac Toe game.
It is a simple game that I built to learn more about React Native.
## Installation
Clone the GitHub repository and use npm to install all the dependencies
```
$ git clone https://github.com/niteshseram/TicTacToe.git
$ cd ContactApp
$ npm install
```