neo-design-patterns-hw-04

Homework for Theme 4: Creational Design Patterns in TypeScript.

This project demonstrates three creational design patterns:

Project structure

src/ singleton/ AppConfigService.ts main.ts

builder/ DocumentBuilder.ts main.ts

prototype/ UserProfilePrototype.ts UserProfile.ts main.ts