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

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

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`