diff --git a/.gitignore b/.gitignore index 47dfb72..ae46f36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules cache +.DS_Store diff --git a/README.md b/README.md index f3cbe44..08d56eb 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ 2. `npm start` 3. Open frontend.html, enter a search term, like "minecraft" 4. Wait :-) + +## Demo +![picture](https://gitea.zoemp.be/sansguidon/cine-kids/raw/branch/main/doc/demo.webp) + + diff --git a/doc/demo.webp b/doc/demo.webp new file mode 100644 index 0000000..0d8e892 Binary files /dev/null and b/doc/demo.webp differ