Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jumba23/tic-tac-toe
https://github.com/jumba23/tic-tac-toe
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumba23/tic-tac-toe
- Owner: jumba23
- Created: 2022-09-28T19:48:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T15:46:11.000Z (about 2 years ago)
- Last Synced: 2023-08-12T21:53:23.365Z (about 1 year ago)
- Language: JavaScript
- Size: 475 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
Tic-Tac-Toe is a web application built in Javascript language and React framework. The game itself needs no explanation. The app is easy to use and pretty strign forward with very basic functions.# Summary
This was a very interesting and challenging little application where I was able to be try out new approch to best cooding practices. It was fun trying to figure out the best way to compare winning arras to figure out the winner. Javascript portion of the appa is very clean and concise.Try out the live version here: [Tic-Tac-Toe](https://jumba23.github.io/tic-tac-toe/)
![TIC-TAC-TOE game](https://user-images.githubusercontent.com/80366503/193487819-eb454a47-1dca-4e16-b88b-5980c5c54f03.gif)
# Running Locally
The below instructions can be followed if you want to run this project locally for custom development or enhancements:### ***Setup locally***
- Fork this repository to your GitHub account
- On your local computer, navigate to the folder you want to store the project: cd PROJECT-FOLDER-NAME
- Clone the forked repository locally: git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY### ***Client***
- Navigate to project folder: ***cd PROJECT-FOLDER-NAME***
- Install dependencies: npm install or npm i# Author
Goran Cvetic - Software Developer - [LinkedIn](https://www.linkedin.com/in/goran-cvetic/)