Skip to content

Commit

Permalink
updated README with checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
motcodes committed Dec 14, 2021
1 parent cc76721 commit 2a5c38d
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,25 @@ written in Typescript by [@motcodes](https://twitter.com/motcodes)

This collection includes these patterns:

- Factory Method
- Strategy
- Bridge
- Adapter
- Decorator
- Mediator
- Singleton
- State
- [x] Singleton
- [x] Decorator
- [x] Observer
- [x] Bridge
- [x] Factory Method
- [x] Adapter
- [x] Mediator
- [x] Strategy
- [x] State
- [ ] Command
- [ ] Facade
- [ ] Template Method
- [ ] Iterator
- [ ] Composite
- [ ] Proxy
- [ ] Builder
- [ ] Prototype
- [ ] Visitor
- [ ] Interpreter
- [ ] Chain of Responsibility
- [ ] Memento
- [ ] Flyweight

0 comments on commit 2a5c38d

Please sign in to comment.