Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 986 Bytes

README.md

File metadata and controls

55 lines (29 loc) · 986 Bytes

The Tic-Tac-Toe Game.

See the section about demo for more information.

I developed this small ticc-toc-toe game within a week.

🛠 Tech Stack

ReactJS

Deployment - Vercel

Some of the Screenshots

Screenshot (563) Screenshot (564) Screenshot (565)

Conntributor!

This application is fully made by me (https://github.com/MoovendhanR)

Run Locally

  git clone https://github.com/MoovendhanR/tic-toc-toe-react

Go to the project directory

  cd tic-toc-toe-react

Install dependencies

  npm i

Start the server

  npm run start