The repository is a monorepo containing some examples of design patterns in typescript.
The factory method is a pattern that provides a base interface for creating others interfaces, you can learn more on this website.
Example
The project is about a vehicle store that manages cars, motorcycles and trucks to sell. (Open repository)
❗WIP