Ctrl + K
Try new app for kids
With kids create app...
You can save your kids's art, add their voices to the images, and share them with your loved ones.
src ├── components │ ├── Header.js │ ├── Footer.js │ └── Button.js ├── containers │ ├── Home.js │ └── About.js ├── styles │ ├── main.css │ └── theme.css ├── utils │ ├── helpers.js │ └── api.js ├── App.js └── index.js public ├── index.html └── favicon.ico package.json README.md!