This is a Tic Tac Toe game project from The Odin Curriculum based on factory functions. This project also involved writing tests using Jest.
- Javascript
- Html
- CSS
Click here to visit a live version of the web app.
To get a local copy up and running follow these simple example steps.
- npm
- webpack
- jest
- Clone the repository.
- cd into js-tic-tac-toe folder
- Run
npm install
. - Run
npm run test
from your command line. - Run
npm run start
to play the game.
👤 Christopher Amanor
- Github: @krys2fa
- Twitter: @krys2fa
- Linkedin: Christopher Amanor
👤 Phylis Chepchumba
- Github: @Phlylis05
- Linkedin: PhylisChepchumba
- Twitter: chepchumba05
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Kindly give this repository a ⭐️ if you like this project!
- Project specifications by Microverse and The Odin Project.
This project is licensed under the MIT License.