https://github.com/williamsdevaccount/es6-tic-tac-toe
a es6 vanilla js implementation of tic tac toe for interview tech task
https://github.com/williamsdevaccount/es6-tic-tac-toe
Last synced: about 1 month ago
JSON representation
a es6 vanilla js implementation of tic tac toe for interview tech task
- Host: GitHub
- URL: https://github.com/williamsdevaccount/es6-tic-tac-toe
- Owner: williamsdevaccount
- Created: 2017-08-26T07:35:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T01:14:52.000Z (over 7 years ago)
- Last Synced: 2025-02-28T20:26:59.879Z (over 1 year ago)
- Language: CSS
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# es6-tic-tac-toe
## Installation
1. clone project
2. open up index.html in your favorite browser and enjoy!
3. if you want to modify project run `npm install` and make changes to the files in the js folder and then run `npm run build`