Day 5 — Recap and assessment

Today's lessons

Today consolidates the week's learning through comprehensive review and practical application. Students will revisit key concepts from DDEV setup through Bootstrap integration, culminating in a hands-on workshop where they'll create a complete TYPO3 project. This final day ensures mastery of essential skills through practical implementation and assessment.

Prerequisites and goals

Prerequisites

Theoretical prerequisites

This day assumes that you already know the following:

  • How to install and configure the Bootstrap Package extension for the newly created TYPO3 project
  • How to add components for your TYPO3 project
  • How to customize the layout for your TYPO3 project
  • How tu use advanced Bootstrap features

Practical prerequisites

Before you start this day, please have the following things ready:

  • Installed and configured a Bootstrap based Frontend for your TYPO3 project
  • Added Bootstrap components to your project
  • Customized the layout of your TYPO3 project

Goals

Theoretical goals

By the end of this day, you should know the following:

  • How to install and configure DDEV on your local computer in order to have a local development environment
  • How to setup a Git repository for your project and clone it in your local development environment
  • How to use Composer to install a TYPO3 project in a DDEV container
  • How to configure the newly TYPO3 project which runs in your local development environment
  • How to install and configure the Bootstrap Package extension for newly the created TYPO3 project
  • How to commit and push your changes in the project's repository using TYPO3's commit message rules

Practical goals

By the end of this day, you should have completed the following:

  • Install and configure a local development environment
  • Install a new TYPO3 project in your local development environment using Composer and configure it
  • Setup and use a Git repository to track changes for your project
  • Configure a Bootstrap based Frontend for your TYPO3 project