/react-tictactioe

Its a tic tac toe game build using react, styled with html css

Primary LanguageJavaScript


TIC TAC TOE

This is a simple tic tac toe game build using react, styled with basic html & css.

View Demo

Installation

  1. Clone the repo
git clone https://github.com/github_username/repo.git
  1. Install NPM packages
npm install
  1. cd to the project directory & run the start script. Runs the app in the development mode Open http://localhost:3000 to view it in the browser
npm start