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.
- Host: GitHub
- URL: https://github.com/dchobarkar/tic-tac-toe
- Owner: dchobarkar
- License: mit
- Created: 2021-12-10T09:16:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T15:20:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T11:22:20.496Z (5 months ago)
- Topics: metro, react-native-cli, webapp
- Language: JavaScript
- Homepage:
- Size: 447 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)