/design-pattern-for-fe

These are examples of design patterns for FE projects.

Primary LanguageTypeScript

Design Pattern For FE

These are examples of design patterns for FE projects.

Design Pattern Useds

Topic Reference
Adaper Tutorialspoint
Factory Tutorialspoint

Run

Step 1: Install dependencies

yarn install

Step 2: Run

yarn dev
yarn dev -p YOUR_PORT

Test Cases

Adapter and Factory with Ecommerce APIs

Step 1: Enter http/api/product?platform=Haravan and check the response.

Step 2: Enter http://host:port/api/product?platform=Sapo and check the response.

Step 3: Enter http://host:port/api/product?platform=Shopify and check the response.