Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 794 Bytes

readme.md

File metadata and controls

49 lines (38 loc) · 794 Bytes

TicTacToe-online

TicTacToe online game

Getting Started

Prerequisites

  • you must install nodejs in your system
  • Terminal or gitbash for windows
  • mongodb server

Technology used in project

  • HTML, CSS, JAVASCRIPT (frontend)
  • NodeJS as backend
  • mongodb as server
  • Socket.io

Installation

  • first you must clone the project using git
git clone https://github.com/moayadalsariya/tictactoe-online.git
  • Then cd to tictactoe-online
cd tictactoe-online

install dependencies using npm install

npm install

Start mongodb server

run the program

npm run start

Demo

til

Live Demo

https://aqueous-escarpment-75431.herokuapp.com/

License

MIT