Skip to content

Commit 8909adb

Browse files
committed
Added README.md and changed the project name in the package.json.
1 parent e2709c2 commit 8909adb

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# Guess the word game
1+
# Guess The Word game
2+
3+
A really simple game where you have to guess the correct word.
4+
The game is playable in English and Dutch.
5+
6+
### Play the game
7+
You can play the game at: https://guesstheword.nickkoepr.nl/
8+
9+
### Tech stack
10+
For this project, I have used TypeScript with React. I created this project solely to learn React :)
11+
For the list of possible words, I have used the repositories [english-words](https://github.com/dwyl/english-words) for all English words and [opentaal-wordlist](https://github.com/OpenTaal/opentaal-wordlist) for all the Dutch words.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "rest-api-client",
2+
"name": "guess-the-word",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)