histogram width divide by mode, not total #2
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
|||
Word Guessing Game
|
||||
|
||||
This is a clone project of a popular word guessing game made using React, Typescript, and Tailwind.
|
||||
|
||||
_To Run Locally:_
|
||||
Clone the repository and perform the following command line actions:
|
||||
|
||||
```bash
|
||||
$ cd game
|
||||
$ cd word-guessing-game
|
||||
$ npm install
|
||||
$ npm run start
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue