yovasx2 / tic-tac-toe

A simple tic-tac-toe made in react following exercise described in react tutorial. Adding extra features

Home Page:https://yovasx2.github.io/tic-tac-toe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-tac-toe in React

Content

A simple tic-tac-toe made in React, check instructions, using:

This project was created in order to apply knowledge acquired in codeschool course

In order to execute this project you need to install:

  1. Clone the repo

    $ git clone https://github.com/yovasx2/tic-tac-toe

  2. Move into it and install dependencies

    $ cd tic-tac-toe && npm install

  3. Execute project

    $ npm start

  4. Visit next address in your browser

    http://localhost:3000/

You can contribute to this project in many forms:

  1. Giovanni Alberto GarcĂ­a

MIT License

About

A simple tic-tac-toe made in react following exercise described in react tutorial. Adding extra features

https://yovasx2.github.io/tic-tac-toe/

License:MIT License


Languages

Language:JavaScript 65.6%Language:HTML 21.0%Language:CSS 13.5%