This repository contains the accompanying source code for Generative AI for Web Development published by Apress.
The repository is organised into chapters containing the corresponding projects. Each project is self contained with instructions in their respective README files to configure and run them.
- Chapter 5 - Magic Carpets Website
- Building a Next.js web app by generating the code and content with ChatGPT and DALL-E.
- Chapter 6 - Content Generator
- A basic web app to introduce how to generate text and images using the Chat API and Image API from the OpenAI APIs.
- Chapter 8 - Story Generator
- Generating stories and poetry with illustrations using the Chat API and Image generation API.
- Chapter 9 - Language Learning App
- A language learning app with AI generated quizzes to test spelling and translations.
- Chapter 10 - Interactive Blog
- A blog with a chat widget for asking questions and conversing with the content of the blog posts.