Coding Without Coding

Teaching Teachers to Build a Simple Web Tool with ChatGPT, Google Sheets, and Netlify Drop

Lesson 1: Welcome to the Course

Overview of the Course Structure

This course is designed to introduce teachers to a simple and effective way of building an interactive web tool using AI and automation. You don’t need any coding experience—just a willingness to follow along step by step!

Learning Objectives

How AI Can Help Teachers Create Tech Solutions

AI tools like ChatGPT allow teachers to generate functional code without deep programming knowledge. By giving clear prompts, you can create scripts that automate tasks, fetch data, and display information dynamically. This course will show you how to leverage AI effectively.

Tools We’ll Be Using

Lesson 2: What You’ll Build

Brief Demo of the Final Project

To give you a clear picture of what we are working towards, imagine a simple webpage where:

This is an example of the final project we'll be creating.

Understanding How the Tool Works

  1. Google Sheets stores country names and AI-generated responses.
  2. Google Apps Script converts the sheet data into a JSON file.
  3. HTML & CSS create the visual layout of the webpage.
  4. JavaScript dynamically fetches and displays the JSON data.
  5. Netlify Drop makes the project accessible online.

Visualising the Workflow