react-tic-tac-toe-app

A Simple tic-tac-toe game built in ReactJS.

Motivation

To learn concepts like react context and react hooks.

In Development Stage

This project is still in alpha development stage so bugs and crashes are to be expected.

Installation

Prerequisites:

  • HTML
  • CSS
  • JavaScript

Clone the repo by running

git clone https://github.com/bhanukushwah/react-tic-tac-toe-app

Install all the node packages inside cloned directory by

cd react-tic-tac-toe-app
yarn

Start the node server

yarn run dev

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.