Advanced Interactive Design / Final Thematic Website
25/6/2026 - 31/7/2026 (Week 10 - Week 15) Chang Wing / 0367807 Advanced Interactive Design / Bachelors of Design (Honours) in Creative Media / Taylor's University Final Thematic Website TABLE OF CONTENTS 1. Instructions 2. Process Documentation 3. Final Thematic Website 4. Feedback 5. Reflection INSTRUCTIONS PROCESS DOCUMENTATION Backup Changes at GitHub I set up a GitHub repository to backup my website and keep track of different versions of the code. Since I used Antigravity as an AI coding assistant, the generated changes after each prompt could sometimes introduce errors / affect existing code. GitHub allows me to review previous versions and restore earlier codes if errors emerge after Antigravity made changes to the codes. Figure 1.1 Setup GitHub Repository I also prompted: enforce GitHub security best practices, prevent exposing API keys, avoid committing sensitive files, check .gitignore in Antigravity so it would follow these security practices whenever it generated, modi...