Skip to content

Commit b9ccf01

Browse files
committed
Update Readme & package.json
1 parent 6bc3c88 commit b9ccf01

File tree

2 files changed

+28
-15
lines changed

2 files changed

+28
-15
lines changed

README.md

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,42 @@
11
<h1 align="center">TIC-TAC-TOE-GAME</h1>
22

3-
43
## :rocket: Knowledges
5-
- `ReactJS`
6-
- `Framer Motion`
4+
5+
- `ReactJS`
6+
- `Framer Motion`
77

88
## :book: How to use
9-
To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [ReactJS](https://react.dev/) installed on your computer. From your command line:
9+
10+
To clone and run this application, you'll need [Git](https://git-scm.com/downloads). From your command line :
11+
12+
## Clone this repository
13+
14+
```
15+
git clone https://github.com/ucfx/TIC-TAC-TOE-GAME.git
16+
```
17+
18+
## Go into the repository
1019

1120
```
12-
# Clone this repository
13-
$ git clone https://github.com/ucfx/TIC-TAC-TOE-GAME.git
21+
cd TIC-TAC-TOE-GAME
22+
```
23+
24+
## Install dependencies
1425

15-
# Go into the repository
16-
$ cd TIC-TAC-TOE-GAME
26+
```
27+
npm install // pnpm
28+
```
1729

18-
# Install dependencies
19-
$ npm install
30+
## Run the app
2031

21-
# Run the app
22-
$ npm start
2332
```
33+
npm run dev
34+
```
35+
2436
## :link: Demo
25-
- <a target="_blank" href="https://ucfx.github.io/TIC-TAC-TOE-GAME/"> Click Here </a> to see and play by yourself a demo of the game.
37+
38+
- <a target="_blank" href="https://ucfx.github.io/TIC-TAC-TOE-GAME/"> Click Here </a> to see and play by yourself a demo of the game.
2639

2740
## :mailbox: Contact
28-
- <a target="_blank" href="mailto:ucefhammadi@gmail.com">E-mail</a>
41+
42+
- <a target="_blank" href="mailto:ucefhammadi@gmail.com">E-mail</a>

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"homepage": "http://youcefhmd.github.io/TIC-TAC-TOE-GAME",
32
"name": "tic-tac-toe-game",
43
"version": "0.1.0",
54
"private": true,

0 commit comments

Comments
 (0)