/tic-tac-toe

Play tic tac toe with your friends online!

Primary LanguageTypeScriptMIT LicenseMIT


Logo

Top Language Last Commit Repo Size Issues MIT License

Play tic tac toe with your friends online!

Key Features   |    Technologies   |    How to use   |    License   |    Contact


Demo on Netlify

Product Name Screen Shot


📋 Key Features

  • Online and offline modes
  • Chat
  • Computer
  • Responsive
  • Sound effects and sound tracks
  • Full screen mode

(back to top)

🚀 Technologies

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • React
  • Node
  • Tailwind Css
  • Redis
  • Express
  • Socket
  • Typescript

(back to top)

🔨 How to use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/abdallaIb/tic-tac-toe

Client (React App):

# Go into client directory
$ cd client

# Install dependencies
$ npm install

# Run the app for development
$ npm start

# Build the app for production
$ npm run build

Server (Node.js App):

# Go into server directory
$ cd server

# Install dependencies
$ npm install

# Run the app
$ npm start

(back to top)

📝 License

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

(back to top)

📥 Contact

Abdalla Ibrahim - abdalla.ahmed683@gmail.com

Project Link: https://github.com/abdallaIb/tic-tac-toe

(back to top)

✨ Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)