Skip to content

Commit

Permalink
Merge pull request #4 from ucfx/to-vite
Browse files Browse the repository at this point in the history
Update Readme & package.json
  • Loading branch information
ucfx authored May 14, 2024
2 parents 6bc3c88 + b9ccf01 commit d5b0e88
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
42 changes: 28 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,42 @@
<h1 align="center">TIC-TAC-TOE-GAME</h1>


## :rocket: Knowledges
- `ReactJS`
- `Framer Motion`

- `ReactJS`
- `Framer Motion`

## :book: How to use
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:

To clone and run this application, you'll need [Git](https://git-scm.com/downloads). From your command line :

## Clone this repository

```
git clone https://github.com/ucfx/TIC-TAC-TOE-GAME.git
```

## Go into the repository

```
# Clone this repository
$ git clone https://github.com/ucfx/TIC-TAC-TOE-GAME.git
cd TIC-TAC-TOE-GAME
```

## Install dependencies

# Go into the repository
$ cd TIC-TAC-TOE-GAME
```
npm install // pnpm
```

# Install dependencies
$ npm install
## Run the app

# Run the app
$ npm start
```
npm run dev
```

## :link: Demo
- <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.

- <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.

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

- <a target="_blank" href="mailto:ucefhammadi@gmail.com">E-mail</a>
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"homepage": "http://youcefhmd.github.io/TIC-TAC-TOE-GAME",
"name": "tic-tac-toe-game",
"version": "0.1.0",
"private": true,
Expand Down

0 comments on commit d5b0e88

Please sign in to comment.