An open API service indexing awesome lists of open source software.

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

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
```