/tic-tac-toe

First-time programming experience

Primary LanguageJavaScript

Tic Tac Toe

The very first app I ever wrote

Installation:

$ npm install http-server -g
$ npm install
$ cd tic-tac-toe
$ grunt
$ http-server

http://localhost:8080/

Check list:

  • Posiblity to get login
  • All win-lose history will be saved in localStorage
  • Posibility to remove the history
  • Have fun