Skip to content

Yemolai/react-tic-tac-toe

Repository files navigation

Tic Tac Toe in React

Branches Coverage Lines Coverage Stmts Coverage Fns Coverage

This project is a responsive HTML5 Tic tac Toe Game built with Create React App 5 with the Typescript template.

preview image

Installing

Clone the repo and install the dependencies with yarn, then run the application using:

$ yarn start

To build and run tests, see the Available Scripts section below

Available Scripts

In the project directory, you can run:

yarn 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.

yarn test

Launches the test runner in the interactive watch mode.

yarn test:coverage

Launches the test runner to generate coverage report.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.