This is a PWA where you can play tic tac toe against the computer offline. It will save state and stats in local storage.
It also includes Peer.js to facilitate playing against a friend.
This was built primarily to explore progressive web apps and other technologies as time permits.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# build for production with minification
npm run build
# run tests with jest
npm run test
# lint code
npm run lint