Skip to content

Latest commit

 

History

History
executable file
·
57 lines (40 loc) · 1.33 KB

README.md

File metadata and controls

executable file
·
57 lines (40 loc) · 1.33 KB

Tic Tac Toe using ReactJS

Static Badge Static Badge GitHub issues

📝 About

This is a simple Tic Tac Toe project developed using ReactJS.

📊 Status

🕹️ Run it and enjoy the game! 🕹️

💻 Technologies

🧰 Features

  • A good and large board to play 🎮;
  • Play infinitely 🕹️;
  • Awesome confettis to the winner 🥳;

📦 Installation

Requirements

Before you start to code, you'll need to have installed the following features: Git and Node.

Using npm:

$ git clone git@github.com:lmiguelcolombo/tic-tac-toe-react.git
$ cd tic-tac-toe-react
$ npm install
$ npm start

Using yarn:

$ git clone git@github.com:lmiguelcolombo/tic-tac-toe-react.git
$ cd tic-tac-toe-react
$ yarn
$ yarn start

Open your browser and visit https://localhost:3000.