|
1 |
| -# test-tictac |
| 1 | +# TicTacToe JavaScript Project |
| 2 | + |
| 3 | +In this project we have made a Tic Tac Toe game you can play in your browser and add some tests with Jest! |
| 4 | + |
| 5 | + |
| 6 | +## Built with |
| 7 | + |
| 8 | + * Javascript |
| 9 | + * HTML5 |
| 10 | + * CSS3 |
| 11 | + * Jest |
| 12 | + * npm |
| 13 | + * webpack |
| 14 | + |
| 15 | +## Getting Started: |
| 16 | + |
| 17 | +To get a local copy up and running follow these simple example steps: |
| 18 | + |
| 19 | +1. Under the repository name, click the Clone or download green button. |
| 20 | + |
| 21 | +2. Copy the URL given by clicking the clipboard button |
| 22 | + |
| 23 | +3. Open a terminal window in your local machine and change the current directory to the one you |
| 24 | + want the clone directory to be made. |
| 25 | + |
| 26 | +4. Type git clone and then paste the URL you previously copied to the clipboard |
| 27 | + |
| 28 | +5. Open a new terminal window in your local machine and change the current directory to your |
| 29 | + cloned directory. |
| 30 | + |
| 31 | +6. Run `npm install` / `npm i` from the Terminal |
| 32 | + |
| 33 | +7. after that `npm run build` from the terminal |
| 34 | + |
| 35 | +8. And, Open dist/index.html page with browser |
| 36 | + |
| 37 | +9. Then `npm run test` from the terminal |
| 38 | + |
| 39 | + |
| 40 | +## See a live demo [Here](https://raw.githack.com/rindrajosia/tictactoe-js/feature/index.html) |
| 41 | + |
| 42 | +## Show your support |
| 43 | +Give a ⭐️ if you like this project! |
| 44 | + |
| 45 | +# Screenshot |
| 46 | + |
| 47 | +* Player name |
| 48 | + |
| 49 | + |
| 50 | +* Board game |
| 51 | + |
| 52 | + |
| 53 | +* Testing |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | +## Authors |
| 58 | + |
| 59 | +👤 **Edie Atha** |
| 60 | + |
| 61 | +- Github: [@edieatha](https://github.com/edieatha) |
| 62 | +- Twitter: [@edieatha](https://twitter.com/edieatha) |
| 63 | +- Linkedin: [linkedin](https://www.linkedin.com/in/edieatha/) |
| 64 | + Email: [email](edieatha@gmail.com) |
| 65 | + |
| 66 | +👤 **Rindra josia** |
| 67 | + |
| 68 | +* Github: **[@rindrajosia](https://github.com/rindrajosia)** |
| 69 | +* Twitter: **[@rindrajosia](https://twitter.com/josia_rindra)** |
| 70 | +* Linkedin: **[linkedin](https://www.linkedin.com/in/rindra-josia-99b2111a2/)** |
| 71 | + |
| 72 | +## 🤝 Contributing |
| 73 | + |
| 74 | +Contributions, issues and feature requests are welcome! |
| 75 | + |
| 76 | +Feel free to check the [issues page](https://github.com/rindrajosia/test-tictac/issues). |
0 commit comments