Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 449 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 449 Bytes

Tic - Tac - Toe application

Created a tic-tac-toe game using ReactJs

Demo

https://tic-tac-toe-231.netlify.app/

Run Locally

Clone the project

  git clone https://github.com/CodeinIP/Tic-Tac-Toe.git

Go to the project directory

  cd Tic-Tac-Toe

Install dependencies

  npm install

or

pnpm install

Start the server

  npm run start

Lessons Learned

  • Learned React