Skip to content

Commit 4286dde

Browse files
committed
add readme file
1 parent 32c2975 commit 4286dde

File tree

4 files changed

+76
-1
lines changed

4 files changed

+76
-1
lines changed

1.png

15.2 KB
Loading

2.png

18.3 KB
Loading

README.md

+76-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,76 @@
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+
![screenshot](./1.png)
49+
50+
* Board game
51+
![screenshot](./2.png)
52+
53+
* Testing
54+
![screenshot](./screen.png)
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).

screen.png

14.5 KB
Loading

0 commit comments

Comments
 (0)