Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

ikraamg/Tic-Tac-Toe-JS

Repository files navigation

hire-badge Twitter Follow

hire-badge Twitter Follow

Tic Tac Toe JavaScript

In this project we built Tic Tac Toe web game using JavaScript.Two players can play against each other. App uses factory functions and modules to create objects and methods. Jest was used to run unit tests for all public methods.

screenshot

Built With

  • HTML
  • CSS
  • JavaScript
  • WebPack
  • Jest
  • NodeJS

Live Demo

Click here

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Basic knowledge of Html, CSS and JavaScript
  • A Code Editor
  • Git
  • node.js

Usage

  • Fork/Clone this project to your local machine
  • Run npm install to install node dependencies
  • Run npm run build to run webpack
  • Open ./dist/index.html in your browser

Tests

  • Run npx jest to run all tests in your console

Authors

👤 Ikraam Ghoor

👤 Shabab Ali

🤝 Contributing

Contributions and feature requests are welcome!

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

The Odin Project