https://github.com/cinar/parrot
Parent Parrot
https://github.com/cinar/parrot
Last synced: 5 months ago
JSON representation
Parent Parrot
- Host: GitHub
- URL: https://github.com/cinar/parrot
- Owner: cinar
- License: gpl-3.0
- Created: 2022-07-03T20:32:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T11:59:38.000Z (about 2 years ago)
- Last Synced: 2025-10-24T21:39:42.861Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 2.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parent Parrot
I was looking for a fun project to explore building an audio recorded and player within the browser using JavaScript, and Parent Parrot is the result. If you find yourself saying things over and over to your kids, Parent Parrot comes for rescue. It will enable you to record your frequently used sentences, such as _finish your food_, _be quite_, and play them back to your kids as many times as needed.

## Building Project
Start by installing the dependencies.
```bash
npm install
```
Compile and minify the project.
```bash
npm run build
```
## Running Locally
Start the web server.
```
npm run serve
```
## License
Icons made by [Freepik](https://www.flaticon.com/authors/freepik) from [Flaticon](https://www.flaticon.com/).
Copyright (c) 2019 Onur Cinar. All Rights Reserved.
The source code is provided under GNU GPL Version 3 License.