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

https://github.com/siakhooi/reactjs-tutorial-tic-tac-toe

ReactJS Tutorial - Tic-Tac-Toe (reactjs, eslint, jest)
https://github.com/siakhooi/reactjs-tutorial-tic-tac-toe

eslint javascript jest reactjs tutorial

Last synced: about 1 year ago
JSON representation

ReactJS Tutorial - Tic-Tac-Toe (reactjs, eslint, jest)

Awesome Lists containing this project

README

          

# ReactJS Tutorial - Tic-Tac-Toe

## Status

![GitHub repo size](https://img.shields.io/github/repo-size/siakhooi/reactjs-tutorial-tic-tac-toe)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/siakhooi/reactjs-tutorial-tic-tac-toe)
![test](https://github.com/siakhooi/reactjs-tutorial-tic-tac-toe/actions/workflows/test-eslint.yml/badge.svg)
![test](https://github.com/siakhooi/reactjs-tutorial-tic-tac-toe/actions/workflows/test-master.yml/badge.svg)
![test](https://github.com/siakhooi/reactjs-tutorial-tic-tac-toe/actions/workflows/test-coveralls.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/siakhooi/reactjs-tutorial-tic-tac-toe/badge.svg?branch=master)](https://coveralls.io/github/siakhooi/reactjs-tutorial-tic-tac-toe?branch=master)
![Coveralls](https://img.shields.io/coveralls/github/siakhooi/reactjs-tutorial-tic-tac-toe)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/siakhooi/reactjs-tutorial-tic-tac-toe/Build%20and%20Deploy)
![deploy](https://github.com/siakhooi/reactjs-tutorial-tic-tac-toe/actions/workflows/gh-pages.yml/badge.svg)
[![Generic badge](https://img.shields.io/badge/Funding-BuyMeACoffee-33cb56.svg)](https://www.buymeacoffee.com/siakhooi)
[![Generic badge](https://img.shields.io/badge/Funding-Ko%20Fi-33cb56.svg)](https://ko-fi.com/siakhooi)

## Locations

-
-
-

## setup

```bash
npx create-react-app reactjs-tutorial-tic-tac-toe
cd reactjs-tutorial-tic-tac-toe
cd src
rm -f * # del * (windows)
cd ..
```

### add gh-pages

```bash
npm install --save-dev gh-pages react-test-renderer
```