Input logic for mobile users done

This commit is contained in:
2021-10-20 18:22:58 -03:00
parent ff02ece0dc
commit 65251009de
8 changed files with 12236 additions and 25 deletions

24
package.json.save Normal file
View File

@@ -0,0 +1,24 @@
"name": "hangman-game",
"version": "0.1.0",
"description": "This is a project for create an Hangman game with React",
"main": "index.js",
"engines": {
"node": "12.22.7",
"npm": "8.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
{
{
{
},
"author": "",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"build": "webpack"
},
}