diff --git a/data/ideas.json b/data/ideas.json index 26a0ebc..2e53925 100644 --- a/data/ideas.json +++ b/data/ideas.json @@ -263,4 +263,10 @@ "level": "intermediate", "tags": "Api-GPS" } + { + "title": "Immersive, Interactive Book", + "description": "a webpage with ai animated graphic novel", + "level": "intermediate", + "tags": "Web-page, Immersive, Interactive, Book" + } ] diff --git a/data/projects.json b/data/projects.json index 8767146..8f6399e 100644 --- a/data/projects.json +++ b/data/projects.json @@ -389,4 +389,14 @@ "site": "https://github.com/lmponcio/copia-backups", "tags": "python, copia-backups, scripting" } + { + "name": "interactive-book", + "display": "Interactive Book", + "description": "An immersive and interactive book with animated ai content and sound effects", + "author": "rekcleve", + "category": "website", + "level": "intermediate", + "site": "https://github.com/rekocleve/interactive-book", + "tags": "html, css, javascript, gallery, animation, interactive, book" + } ]