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

https://github.com/dchobarkar/tic-tac-toe

Tic Tac Toe game app based on react-native-cli.
https://github.com/dchobarkar/tic-tac-toe

metro react-native-cli webapp

Last synced: 4 months ago
JSON representation

Tic Tac Toe game app based on react-native-cli.

Awesome Lists containing this project

README

        


Tic Tac Toe


Tic tac toe game app based on react-native-cli.




View Demo
·
Report Bug
·
Request Feature


### About The Project

A react-native-cli based game in which two players take turns in drawing either an ' O' or an ' X' in one square of a grid consisting of nine squares. The winner is the first player to get three of the same symbols in a row.

### Technology Stack

- React Native
- react-native-cli
- Metro
- JavaScript

### Installation

Install the relevent dependencies for React Native CLI Quickstart given on [https://reactnative.dev/docs/environment-setup](https://reactnative.dev/docs/environment-setup)
Then run the following:

$ npm install

### Running the application

#### Step 1: Start Metro

To start Metro, run 'npx react-native start' inside project folder:

$ npx react-native start

#### Step 2: Start the Application

Let Metro Bundler run in its own terminal. Open a new terminal inside project folder. Run the following:

$ npx react-native run-android

### Usage

If everything is set up correctly, you should see the app running in your Android emulator shortly.

### Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

### License

Distributed under the MIT License. See `LICENSE.md` for more information.

### Contact

Darshan Chobarkar - [@dchobarkar](https://www.linkedin.com/in/dchobarkar/) - [@barbatos\_\_08](https://twitter.com/barbatos__08) - [email protected]

Project Link: [https://github.com/dchobarkar/tic-tac-toe](https://github.com/dchobarkar/tic-tac-toe)