Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavocardoso committed Sep 4, 2019
1 parent 33570e4 commit 701dbbb
Show file tree
Hide file tree
Showing 3 changed files with 8,597 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Animals

A simple app to **teach babies about animals** and its sounds.

The app randomly generates an animal image, shows its name and plays its sound.

## Installing and running

Just clone the project and install all the dependencies with npm.
You can run it in development mode with **npm run dev** or you can build with **npm run build** (files will be placed on dist/ folder).
You can run it in development mode with **npm run dev** or you can build with **npm run build** (files will be placed on dist/ folder).

![Screen 1](https://raw.githubusercontent.com/gustavocardoso/animals/master/images/screenshots/pet-sounds-1.png)

Expand All @@ -21,6 +22,7 @@ Just press the **start button** or **space bar** to start. On the main screen, p
You can see a demo here: [https://app-animals.netlify.com/](https://app-animals.netlify.com/)

## Contact

[[email protected]](mailto://[email protected])

Please, feel free to clone and make your changes!!!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.4",
"webpack": "^4.35.2",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-pwa-manifest": "^4.0.0"
Expand Down
Loading

0 comments on commit 701dbbb

Please sign in to comment.