Homework for Theme 4: Creational Design Patterns in TypeScript.
This project demonstrates three creational design patterns:
src/ singleton/ AppConfigService.ts main.ts
builder/ DocumentBuilder.ts main.ts
prototype/ UserProfilePrototype.ts UserProfile.ts main.ts