histogram width divide by mode, not total #2

Merged
christofsteel merged 47 commits from honigle into main 2022-02-02 13:59:36 +01:00
Showing only changes of commit ccb2bf404c - Show all commits

View file

@ -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:_ _To Run Locally:_
Clone the repository and perform the following command line actions: Clone the repository and perform the following command line actions:
```bash ```bash
$ cd game $ cd word-guessing-game
$ npm install $ npm install
$ npm run start $ npm run start
``` ```