Created Tic Tac Toe Game Using React Hooks.
This application will give the idea on what hooks are and how to use them.
- Node and npm or yarn
- Clone the repo:
git clone https://github.com/rajdeepratan/tic-tac-toe-game-usingHooks.git
- Install dependencies:
npm install
oryarn install
- run
npm start
oryarn start
from the home directory.
Enjoy the application