Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 372 Bytes

Composite Pattern

In this reposotory you can find a simple example of the Composite Pattern.

Getting Started

  • Install dependencies
npm install
  • Run the project
npm run dev

Composite Pattern

You can create your implementation of GiftCard in src/components/organisms using the molecules folder.

We add an examples of GiftCard.