Skip to content

Latest commit

 

History

History
138 lines (90 loc) · 3.84 KB

README.md

File metadata and controls

138 lines (90 loc) · 3.84 KB

Contributors Forks Stargazers Issues MIT License LinkedIn


TICTACTOE

Play tictactoe against other players from the world online!

View · Backend · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot Product Name Screen Shot Product Name Screen Shot

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Installation

$ git clone https://github.com/Kpoke/tictactoe.git
$ npm install
$ npm start

# Load the site at localhost:3000/

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Kpoke - @Danielholodja

Project Link: https://github.com/Kpoke/tictactoe

Project Backend Link: https://github.com/Kpoke/tic-tac-toe-backend

Acknowledgements