Play tic tac toe with your friends online!
Key Features | Technologies | How to use | License | Contact
📋 Key Features
- Online and offline modes
- Chat
- Computer
- Responsive
- Sound effects and sound tracks
- Full screen mode
🚀 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.
🔨 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
📝 License
Distributed under the MIT License. See LICENSE.txt
for more information.
📥 Contact
Abdalla Ibrahim - abdalla.ahmed683@gmail.com
Project Link: https://github.com/abdallaIb/tic-tac-toe
✨ 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!