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 installoryarn install
- run
npm startoryarn startfrom the home directory.
Enjoy the application