Skip to content

shtayeb/design-patterns-with-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Patterns with TypeScript

Book: Head First Design Patterns

Patterns

  1. Strategy
  2. Observer
  3. Decorator
  4. Factory
  5. Sigleton
  6. Command
  7. Adapter
  8. Facade
  9. Proxy

Local Setup

Install TypeScript

npm install

Compile and watch the typescript files

npm run dev

To run the JS files you need to have Node-js installed

cd build
node 2_observer_pattern.js

About

Implementation of different design patterns with typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published