Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 1 day ago
JSON representation

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/)