This repository is where I am working through the Understanding Typescript by Maximilian Schwarzmüller on Udemny.
Each section is completed in a branch and each exercise's final state is tagged. Once a section is complete its branch is merged back to main so the final state is availible in folder with the same name as the section:
- Section 1: Getting Started on branch: 01-getting-started
- Section 2: TypeScript Basics & Basic Types on branch: 02-basics