-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33570e4
commit 701dbbb
Showing
3 changed files
with
8,597 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
@@ -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!!! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.