In this project, a Tic Tac Toe game was created (again) but this time it will be shown in the browser. The main objective is to put into practice the factory functions, the pattern of the module together with the main concepts of object-oriented programming and add some tests with Jest!
- Javascript
- HTML5
- CSS3
- Jest
- npm
- webpack
To get a local copy up and running follow these simple example steps:
-
Under the repository name, click the Clone or download green button.
-
Copy the URL given by clicking the clipboard button
-
Open a terminal window in your local machine and change the current directory to the one you want the clone directory to be made.
-
Type git clone and then paste the URL you previously copied to the clipboard
-
Open a new terminal window in your local machine and change the current directory to your cloned directory.
-
Run
npm install
/npm i
from the Terminal -
after that
npm run build
from the terminal -
And, Open dist/index.html page with browser
-
Then
npm run test
from the terminal
See a live demo Here
Give a ⭐️ if you like this project!
👤 Edie Atha
👤 Rindra josia
- Github: @rindrajosia
- Twitter: @rindrajosia
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.