ChuckTG / react-tic-tac-toe

A simple tic tac toe game made with React and Tailwindcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

To install the dependencies for this application, you'll need to have Node.js and Yarn installed on your system. If you don't have them already, you can download and install them from the official websites:

Once you have Node.js and Yarn installed, you can run the following command in the root directory of your project to install the dependencies:

yarn install

This will download and install all the necessary dependencies specified in the package.json file.

Running the Application

To start the application, run the following command in the root directory of your project:

yarn start

This will start the application and open it in your default web browser. If the application doesn't open automatically, you can open your web browser and navigate to http://localhost:3000/ to view the application.

That's it! You're now ready to play tic tac toe.

About

A simple tic tac toe game made with React and Tailwindcss


Languages

Language:JavaScript 41.9%Language:HTML 37.7%Language:CSS 20.4%