Skip to content

moayadalsariya/tictactoe-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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