AbdallaIB / tic-tac-toe

Play tic tac toe with your friends online!

Home Page:https://tictactoe-ib.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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)

About

Play tic tac toe with your friends online!

https://tictactoe-ib.netlify.app

License:MIT License


Languages

Language:TypeScript 81.3%Language:CSS 13.8%Language:JavaScript 4.4%Language:HTML 0.4%