Simple Tic-Tac-Toe Game (using React and TypeScript)

This project is built for beginners who are currently starting their journey of building applications on ReactJS with TypeScript.

Pre-Start Script

In the project directory, you can run: To install all dependencies

npm i

Then to start the website :

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

To learn React, check out the React documentation.