├── LICENSE ├── README.md ├── client ├── .babelrc ├── .gitignore ├── .snyk ├── LICENSE ├── README.md ├── index.d.ts ├── jest.config.js ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── images │ │ ├── a-partridge-in-a-pear-tree-2.gif │ │ ├── a-partridge-in-a-pear-tree-thumbnail.gif │ │ ├── a-partridge-in-a-pear-tree.gif │ │ ├── adoration-of-the-kings-2.gif │ │ ├── adoration-of-the-kings-thumbnail.gif │ │ ├── adoration-of-the-kings.gif │ │ ├── afghan-flower-2.gif │ │ ├── afghan-flower-thumbnail.gif │ │ ├── afghan-flower.gif │ │ ├── albania-flower-2.gif │ │ ├── albania-flower-thumbnail.gif │ │ ├── albania-flower.gif │ │ ├── alsace-2.gif │ │ ├── alsace-thumbnail.gif │ │ ├── alsace.gif │ │ ├── altar-piece-2.gif │ │ ├── altar-piece-thumbnail.gif │ │ ├── altar-piece.gif │ │ ├── apocalypse-tapestry-2.gif │ │ ├── apocalypse-tapestry-thumbnail.gif │ │ ├── apocalypse-tapestry.gif │ │ ├── arc-d-triomphe-2.gif │ │ ├── arc-d-triomphe-thumbnail.gif │ │ ├── arc-d-triomphe.gif │ │ ├── austria-flower-2.gif │ │ ├── austria-flower-thumbnail.gif │ │ ├── austria-flower.gif │ │ ├── baby-seal-2.gif │ │ ├── baby-seal-thumbnail.gif │ │ ├── baby-seal.gif │ │ ├── bag-big.png │ │ ├── bag.png │ │ ├── birds-2.gif │ │ ├── birds-thumbnail.gif │ │ ├── birds.gif │ │ ├── buffalo-2.gif │ │ ├── buffalo-thumbnail.gif │ │ ├── buffalo.gif │ │ ├── bulgarian-flower-2.gif │ │ ├── bulgarian-flower-thumbnail.gif │ │ ├── bulgarian-flower.gif │ │ ├── canada-goose-2.gif │ │ ├── canada-goose-thumbnail.gif │ │ ├── canada-goose.gif │ │ ├── caribou-2.gif │ │ ├── caribou-thumbnail.gif │ │ ├── caribou.gif │ │ ├── centaur-2.gif │ │ ├── centaur-thumbnail.gif │ │ ├── centaur.gif │ │ ├── chartres-cathedral-2.gif │ │ ├── chartres-cathedral-thumbnail.gif │ │ ├── chartres-cathedral.gif │ │ ├── christmas-seal-2.gif │ │ ├── christmas-seal-thumbnail.gif │ │ ├── christmas-seal.gif │ │ ├── christmas-tree-2.gif │ │ ├── christmas-tree-thumbnail.gif │ │ ├── christmas-tree.gif │ │ ├── coat-of-arms-2.gif │ │ ├── coat-of-arms-thumbnail.gif │ │ ├── coat-of-arms.gif │ │ ├── colobus-2.gif │ │ ├── colobus-thumbnail.gif │ │ ├── colobus.gif │ │ ├── colombia-flower-2.gif │ │ ├── colombia-flower-thumbnail.gif │ │ ├── colombia-flower.gif │ │ ├── congo-flower-2.gif │ │ ├── congo-flower-thumbnail.gif │ │ ├── congo-flower.gif │ │ ├── congo-rhino-2.gif │ │ ├── congo-rhino-thumbnail.gif │ │ ├── congo-rhino.gif │ │ ├── corsica-2.gif │ │ ├── corsica-thumbnail.gif │ │ ├── corsica.gif │ │ ├── costa-rica-flower-2.gif │ │ ├── costa-rica-flower-thumbnail.gif │ │ ├── costa-rica-flower.gif │ │ ├── county-of-nice-2.gif │ │ ├── county-of-nice-thumbnail.gif │ │ ├── county-of-nice.gif │ │ ├── dutch-sea-horse-2.gif │ │ ├── dutch-sea-horse-thumbnail.gif │ │ ├── dutch-sea-horse.gif │ │ ├── dutch-swans-2.gif │ │ ├── dutch-swans-thumbnail.gif │ │ ├── dutch-swans.gif │ │ ├── easter-rebellion-2.gif │ │ ├── easter-rebellion-thumbnail.gif │ │ ├── easter-rebellion.gif │ │ ├── equatorial-rhino-2.gif │ │ ├── equatorial-rhino-thumbnail.gif │ │ ├── equatorial-rhino.gif │ │ ├── espresso-2.gif │ │ ├── espresso-thumbnail.gif │ │ ├── espresso.gif │ │ ├── ethiopian-elephant-2.gif │ │ ├── ethiopian-elephant-thumbnail.gif │ │ ├── ethiopian-elephant.gif │ │ ├── ethiopian-rhino-2.gif │ │ ├── ethiopian-rhino-thumbnail.gif │ │ ├── ethiopian-rhino.gif │ │ ├── flags.png │ │ ├── gabon-flower-2.gif │ │ ├── gabon-flower-thumbnail.gif │ │ ├── gabon-flower.gif │ │ ├── galileo-2.gif │ │ ├── galileo-thumbnail.gif │ │ ├── galileo.gif │ │ ├── gallic-cock-2.gif │ │ ├── gallic-cock-thumbnail.gif │ │ ├── gallic-cock.gif │ │ ├── ghana-flower-2.gif │ │ ├── ghana-flower-thumbnail.gif │ │ ├── ghana-flower.gif │ │ ├── guiness-2.gif │ │ ├── guiness-thumbnail.gif │ │ ├── guiness.gif │ │ ├── haute-couture-2.gif │ │ ├── haute-couture-thumbnail.gif │ │ ├── haute-couture.gif │ │ ├── holly-cat-2.gif │ │ ├── holly-cat-thumbnail.gif │ │ ├── holly-cat.gif │ │ ├── home-hero.png │ │ ├── hunt-2.gif │ │ ├── hunt-thumbnail.gif │ │ ├── hunt.gif │ │ ├── ifni-fish-2.gif │ │ ├── ifni-fish-thumbnail.gif │ │ ├── ifni-fish.gif │ │ ├── iris-2.gif │ │ ├── iris-thumbnail.gif │ │ ├── iris.gif │ │ ├── irish-coat-of-arms-2.gif │ │ ├── irish-coat-of-arms-thumbnail.gif │ │ ├── irish-coat-of-arms.gif │ │ ├── israel-flower-2.gif │ │ ├── israel-flower-thumbnail.gif │ │ ├── israel-flower.gif │ │ ├── italia-2.gif │ │ ├── italia-thumbnail.gif │ │ ├── italia.gif │ │ ├── italian-airmail-2.gif │ │ ├── italian-airmail-thumbnail.gif │ │ ├── italian-airmail.gif │ │ ├── italy-jesus-2.gif │ │ ├── italy-jesus-thumbnail.gif │ │ ├── italy-jesus.gif │ │ ├── italy-maria-2.gif │ │ ├── italy-maria-thumbnail.gif │ │ ├── italy-maria.gif │ │ ├── kat-over-new-moon-2.gif │ │ ├── kat-over-new-moon-thumbnail.gif │ │ ├── kat-over-new-moon.gif │ │ ├── king-salmon-2.gif │ │ ├── king-salmon-thumbnail.gif │ │ ├── king-salmon.gif │ │ ├── laos-bird-2.gif │ │ ├── laos-bird-thumbnail.gif │ │ ├── laos-bird.gif │ │ ├── laotian-elephant-2.gif │ │ ├── laotian-elephant-thumbnail.gif │ │ ├── laotian-elephant.gif │ │ ├── liberian-elephant-2.gif │ │ ├── liberian-elephant-thumbnail.gif │ │ ├── liberian-elephant.gif │ │ ├── lorraine-2.gif │ │ ├── lorraine-thumbnail.gif │ │ ├── lorraine.gif │ │ ├── love-2.gif │ │ ├── love-thumbnail.gif │ │ ├── love.gif │ │ ├── madonna-child-2.gif │ │ ├── madonna-child-thumbnail.gif │ │ ├── madonna-child.gif │ │ ├── marianne-2.gif │ │ ├── marianne-thumbnail.gif │ │ ├── marianne.gif │ │ ├── mazzini-2.gif │ │ ├── mazzini-thumbnail.gif │ │ ├── mazzini.gif │ │ ├── men-size-full.png │ │ ├── men.png │ │ ├── mercury-2.gif │ │ ├── mercury-thumbnail.gif │ │ ├── mercury.gif │ │ ├── mistletoe-2.gif │ │ ├── mistletoe-thumbnail.gif │ │ ├── mistletoe.gif │ │ ├── mockup.png │ │ ├── mozambique-lion-2.gif │ │ ├── mozambique-lion-thumbnail.gif │ │ ├── mozambique-lion.gif │ │ ├── musk-ox-2.gif │ │ ├── musk-ox-thumbnail.gif │ │ ├── musk-ox.gif │ │ ├── mustache-monkey-2.gif │ │ ├── mustache-monkey-thumbnail.gif │ │ ├── mustache-monkey.gif │ │ ├── notre-dame-2.gif │ │ ├── notre-dame-thumbnail.gif │ │ ├── notre-dame.gif │ │ ├── paris-peace-conference-2.gif │ │ ├── paris-peace-conference-thumbnail.gif │ │ ├── paris-peace-conference.gif │ │ ├── peru-llama-2.gif │ │ ├── peru-llama-thumbnail.gif │ │ ├── peru-llama.gif │ │ ├── poland-flower-2.gif │ │ ├── poland-flower-thumbnail.gif │ │ ├── poland-flower.gif │ │ ├── product_loading.png │ │ ├── product_placeholder.png │ │ ├── romania-alsatian-2.gif │ │ ├── romania-alsatian-thumbnail.gif │ │ ├── romania-alsatian.gif │ │ ├── romania-flower-2.gif │ │ ├── romania-flower-thumbnail.gif │ │ ├── romania-flower.gif │ │ ├── romulus-remus-2.gif │ │ ├── romulus-remus-thumbnail.gif │ │ ├── romulus-remus.gif │ │ ├── russia-flower-2.gif │ │ ├── russia-flower-thumbnail.gif │ │ ├── russia-flower.gif │ │ ├── sambar-2.gif │ │ ├── sambar-thumbnail.gif │ │ ├── sambar.gif │ │ ├── san-marino-flower-2.gif │ │ ├── san-marino-flower-thumbnail.gif │ │ ├── san-marino-flower.gif │ │ ├── sarah-bernhardt-2.gif │ │ ├── sarah-bernhardt-thumbnail.gif │ │ ├── sarah-bernhardt.gif │ │ ├── sea-gull-2.gif │ │ ├── sea-gull-thumbnail.gif │ │ ├── sea-gull.gif │ │ ├── sidemain-men.png │ │ ├── sidemainfull.png │ │ ├── sidemen.png │ │ ├── snow-deer-2.gif │ │ ├── snow-deer-thumbnail.gif │ │ ├── snow-deer.gif │ │ ├── somali-fish-2.gif │ │ ├── somali-fish-thumbnail.gif │ │ ├── somali-fish.gif │ │ ├── somali-ostriches-2.gif │ │ ├── somali-ostriches-thumbnail.gif │ │ ├── somali-ostriches.gif │ │ ├── st-francis-2.gif │ │ ├── st-francis-thumbnail.gif │ │ ├── st-francis.gif │ │ ├── st-lucia-2.gif │ │ ├── st-lucia-thumbnail.gif │ │ ├── st-lucia.gif │ │ ├── st-lucy-2.gif │ │ ├── st-lucy-thumbnail.gif │ │ ├── st-lucy.gif │ │ ├── st-patrick-2.gif │ │ ├── st-patrick-thumbnail.gif │ │ ├── st-patrick.gif │ │ ├── st-peter-2.gif │ │ ├── st-peter-thumbnail.gif │ │ ├── st-peter.gif │ │ ├── success-300.png │ │ ├── success-3000.png │ │ ├── suvla-bay-2.gif │ │ ├── suvla-bay-thumbnail.gif │ │ ├── suvla-bay.gif │ │ ├── swede-santa-2.gif │ │ ├── swede-santa-thumbnail.gif │ │ ├── swede-santa.gif │ │ ├── sword-of-light-2.gif │ │ ├── sword-of-light-thumbnail.gif │ │ ├── sword-of-light.gif │ │ ├── tankanyika-giraffe-2.gif │ │ ├── tankanyika-giraffe-thumbnail.gif │ │ ├── tankanyika-giraffe.gif │ │ ├── the-promise-of-spring-2.gif │ │ ├── the-promise-of-spring-thumbnail.gif │ │ ├── the-promise-of-spring.gif │ │ ├── the-rapture-of-psyche-2.gif │ │ ├── the-rapture-of-psyche-thumbnail.gif │ │ ├── the-rapture-of-psyche.gif │ │ ├── the-three-wise-men-2.gif │ │ ├── the-three-wise-men-thumbnail.gif │ │ ├── the-three-wise-men.gif │ │ ├── the-virgin-mary-2.gif │ │ ├── the-virgin-mary-thumbnail.gif │ │ ├── the-virgin-mary.gif │ │ ├── thomas-moore-2.gif │ │ ├── thomas-moore-thumbnail.gif │ │ ├── thomas-moore.gif │ │ ├── thrilling-love-2.gif │ │ ├── thrilling-love-thumbnail.gif │ │ ├── thrilling-love.gif │ │ ├── torch-2.gif │ │ ├── torch-thumbnail.gif │ │ ├── torch.gif │ │ ├── trout-2.gif │ │ ├── trout-thumbnail.gif │ │ ├── trout.gif │ │ ├── uruguay-flower-2.gif │ │ ├── uruguay-flower-thumbnail.gif │ │ ├── uruguay-flower.gif │ │ ├── visit-the-zoo-2.gif │ │ ├── visit-the-zoo-thumbnail.gif │ │ ├── visit-the-zoo.gif │ │ ├── weather-vane-2.gif │ │ ├── weather-vane-thumbnail.gif │ │ ├── weather-vane.gif │ │ ├── wow.png │ │ ├── wreath-2.gif │ │ ├── wreath-thumbnail.gif │ │ └── wreath.gif │ └── index.html ├── server.js ├── src │ ├── api │ │ ├── CommonAPI.ts │ │ ├── FileAPI.ts │ │ ├── StringAPI.ts │ │ └── compose.js │ ├── assets │ │ ├── fonts │ │ │ ├── Flaticon.eot │ │ │ ├── Flaticon.ttf │ │ │ └── Flaticon.woff │ │ └── images │ │ │ └── Flaticon.svg │ ├── components │ │ ├── Paper.js │ │ ├── TextField.js │ │ ├── addressForm │ │ │ ├── AddressFormComponent.tsx │ │ │ ├── IAddressFormComponentProps.ts │ │ │ ├── IAddressFormComponentState.ts │ │ │ └── index.ts │ │ ├── appBar │ │ │ ├── AppBarComponent.tsx │ │ │ ├── IAppBarComponentProps.ts │ │ │ ├── IAppBarComponentState.ts │ │ │ └── index.ts │ │ ├── appFooter │ │ │ ├── AppFooterComponent.tsx │ │ │ ├── IAppFooterComponentProps.ts │ │ │ ├── IAppFooterComponentState.ts │ │ │ └── index.ts │ │ ├── editProfile │ │ │ ├── EditProfileComponent.tsx │ │ │ ├── IEditProfileComponentProps.ts │ │ │ ├── IEditProfileComponentState.ts │ │ │ └── index.ts │ │ ├── finish │ │ │ ├── FinishComponent.tsx │ │ │ ├── IFinishComponentProps.ts │ │ │ ├── IFinishComponentState.ts │ │ │ └── index.ts │ │ ├── formButton │ │ │ ├── FormButtonComponent.tsx │ │ │ ├── IFormButtonComponentProps.ts │ │ │ ├── IFormButtonComponentState.ts │ │ │ └── index.ts │ │ ├── homeHeader │ │ │ ├── HomeHeaderComponent.tsx │ │ │ ├── IHomeHeaderComponentProps.ts │ │ │ ├── IHomeHeaderComponentState.ts │ │ │ └── index.ts │ │ ├── imageGallery │ │ │ ├── IImageGalleryComponentProps.ts │ │ │ ├── IImageGalleryComponentState.ts │ │ │ ├── ImageGalleryComponent.tsx │ │ │ └── index.ts │ │ ├── img │ │ │ ├── IImgComponentProps.ts │ │ │ ├── IImgComponentState.ts │ │ │ ├── ImgComponent.tsx │ │ │ └── index.ts │ │ ├── imgCover │ │ │ ├── IImgCoverComponentProps.ts │ │ │ ├── IImgCoverComponentState.ts │ │ │ ├── ImgCoverComponent.tsx │ │ │ └── index.ts │ │ ├── layoutBody │ │ │ ├── ILayoutBodyComponentProps.ts │ │ │ ├── ILayoutBodyComponentState.ts │ │ │ ├── LayoutBodyComponent.tsx │ │ │ └── index.ts │ │ ├── masterLoading │ │ │ ├── IMasterLoadingComponentProps.ts │ │ │ ├── IMasterLoadingComponentState.ts │ │ │ ├── MasterLoadingComponent.tsx │ │ │ └── index.ts │ │ ├── newsLetter │ │ │ ├── INewsLetterComponentProps.ts │ │ │ ├── INewsLetterComponentState.ts │ │ │ ├── NewsLetterComponent.tsx │ │ │ └── index.ts │ │ ├── paymentForm │ │ │ ├── IPaymentFormComponentProps.ts │ │ │ ├── IPaymentFormComponentState.ts │ │ │ ├── PaymentFormComponent.tsx │ │ │ └── index.ts │ │ ├── product │ │ │ ├── IProductComponentProps.ts │ │ │ ├── IProductComponentState.ts │ │ │ ├── ProductComponent.tsx │ │ │ └── index.ts │ │ ├── productDetail │ │ │ ├── IProductDetailComponentProps.ts │ │ │ ├── IProductDetailComponentState.ts │ │ │ ├── ProductDetailComponent.tsx │ │ │ └── index.ts │ │ ├── productHero │ │ │ ├── IProductHeroComponentProps.ts │ │ │ ├── IProductHeroComponentState.ts │ │ │ ├── ProductHeroComponent.tsx │ │ │ └── index.ts │ │ ├── productHeroLayout │ │ │ ├── IProductHeroLayoutComponentProps.ts │ │ │ ├── IProductHeroLayoutComponentState.ts │ │ │ ├── ProductHeroLayoutComponent.tsx │ │ │ └── index.ts │ │ ├── productHowItWorks │ │ │ ├── IProductHowItWorksComponentProps.ts │ │ │ ├── IProductHowItWorksComponentState.ts │ │ │ ├── ProductHowItWorksComponent.tsx │ │ │ └── index.ts │ │ ├── profileHeader │ │ │ ├── IProfileHeaderComponentProps.ts │ │ │ ├── IProfileHeaderComponentState.ts │ │ │ ├── ProfileHeaderComponent.tsx │ │ │ └── index.ts │ │ ├── review │ │ │ ├── IReviewComponentProps.ts │ │ │ ├── IReviewComponentState.ts │ │ │ ├── ReviewComponent.tsx │ │ │ └── index.ts │ │ ├── sidebar │ │ │ ├── ISidebarComponentProps.ts │ │ │ ├── ISidebarComponentState.ts │ │ │ ├── SidebarComponent.tsx │ │ │ └── index.ts │ │ ├── sidebarContent │ │ │ ├── ISidebarContentComponentProps.ts │ │ │ ├── ISidebarContentComponentState.ts │ │ │ ├── SidebarContentComponent.tsx │ │ │ └── index.ts │ │ ├── sidebarMain │ │ │ ├── ISidebarMainComponentProps.ts │ │ │ ├── ISidebarMainComponentState.ts │ │ │ ├── SidebarMainComponent.tsx │ │ │ └── index.ts │ │ ├── toolbar │ │ │ ├── IToolBarComponentProps.ts │ │ │ ├── IToolBarComponentState.ts │ │ │ ├── ToolBarComponent.tsx │ │ │ └── index.ts │ │ ├── topAppBar │ │ │ ├── ITopAppBarComponentProps.ts │ │ │ ├── ITopAppBarComponentState.ts │ │ │ ├── TopAppBarComponent.tsx │ │ │ └── index.ts │ │ ├── typography │ │ │ ├── ITypographyComponentProps.ts │ │ │ ├── ITypographyComponentState.ts │ │ │ ├── TypographyComponent.tsx │ │ │ └── index.ts │ │ └── userAvatar │ │ │ ├── IUserAvatarComponentProps.ts │ │ │ ├── IUserAvatarComponentState.ts │ │ │ ├── UserAvatarComponent.tsx │ │ │ └── index.ts │ ├── config │ │ ├── environment.dev.ts │ │ ├── environment.prod.ts │ │ └── index.ts │ ├── constants.js │ ├── constants │ │ ├── addToCartActionType.ts │ │ ├── authorizeActionType.ts │ │ ├── checkoutActionType.ts │ │ ├── globalActionType.ts │ │ ├── imageGalleryActionType.ts │ │ ├── productActionType.ts │ │ ├── serverActionType.ts │ │ ├── serverRequestType.ts │ │ ├── shippingsActionType.ts │ │ └── userActionType.ts │ ├── containers │ │ ├── addToCart │ │ │ ├── AddToCartComponent.tsx │ │ │ ├── IAddToCartComponentProps.ts │ │ │ ├── IAddToCartComponentState.ts │ │ │ └── index.ts │ │ ├── appForm │ │ │ ├── AppFormComponent.tsx │ │ │ ├── IAppFormComponentProps.ts │ │ │ ├── IAppFormComponentState.ts │ │ │ └── index.ts │ │ ├── checkout │ │ │ ├── CheckoutComponent.tsx │ │ │ ├── ICheckoutComponentProps.ts │ │ │ ├── ICheckoutComponentState.ts │ │ │ └── index.ts │ │ ├── home │ │ │ ├── HomeComponent.tsx │ │ │ ├── IHomeComponentProps.ts │ │ │ ├── IHomeComponentState.ts │ │ │ └── index.ts │ │ ├── homeSections │ │ │ ├── HomeSectionsComponent.tsx │ │ │ ├── IHomeSectionsComponentProps.ts │ │ │ ├── IHomeSectionsComponentState.ts │ │ │ └── index.ts │ │ ├── login │ │ │ ├── ILoginComponentProps.ts │ │ │ ├── ILoginComponentState.ts │ │ │ ├── LoginComponent.tsx │ │ │ └── index.ts │ │ ├── master │ │ │ ├── IMasterComponentProps.ts │ │ │ ├── IMasterComponentState.ts │ │ │ ├── MasterComponent.tsx │ │ │ └── index.ts │ │ ├── productDetails │ │ │ ├── IProductsComponentProps.ts │ │ │ ├── IProductsComponentState.ts │ │ │ ├── ProductDetailsComponent.tsx │ │ │ └── index.ts │ │ ├── products │ │ │ ├── IProductsComponentProps.ts │ │ │ ├── IProductsComponentState.ts │ │ │ ├── ProductsComponent.tsx │ │ │ └── index.ts │ │ └── signup │ │ │ ├── ISignupComponentProps.ts │ │ │ ├── ISignupComponentState.ts │ │ │ ├── SignupComponent.tsx │ │ │ └── index.ts │ ├── core │ │ ├── domain │ │ │ ├── authorize │ │ │ │ ├── index.ts │ │ │ │ ├── loginUser.ts │ │ │ │ ├── oauthType.ts │ │ │ │ └── registerUserResult.ts │ │ │ ├── cart │ │ │ │ ├── cart.ts │ │ │ │ ├── index.ts │ │ │ │ └── order.ts │ │ │ ├── comments │ │ │ │ ├── comment.ts │ │ │ │ └── index.ts │ │ │ ├── common │ │ │ │ ├── baseDomain.ts │ │ │ │ ├── feed.ts │ │ │ │ ├── feedType.ts │ │ │ │ ├── index.ts │ │ │ │ └── socialError.ts │ │ │ ├── imageGallery │ │ │ │ ├── image.ts │ │ │ │ └── index.ts │ │ │ ├── products │ │ │ │ ├── index.ts │ │ │ │ └── product.ts │ │ │ ├── shippings │ │ │ │ ├── index.ts │ │ │ │ ├── shippingAddress.ts │ │ │ │ ├── shippingRates.ts │ │ │ │ └── shippingRegion.ts │ │ │ └── users │ │ │ │ ├── index.ts │ │ │ │ ├── profile.ts │ │ │ │ ├── user.ts │ │ │ │ └── userProvider.ts │ │ ├── environment.ts │ │ ├── factories │ │ │ ├── IServiceProvider.ts │ │ │ ├── index.ts │ │ │ └── serviceProvide.ts │ │ ├── services │ │ │ ├── authorize │ │ │ │ ├── IAuthorizeService.ts │ │ │ │ └── index.ts │ │ │ ├── cart │ │ │ │ ├── ICartService.ts │ │ │ │ └── index.ts │ │ │ ├── common │ │ │ │ ├── ICommonService.ts │ │ │ │ └── index.ts │ │ │ ├── files │ │ │ │ ├── IStorageService.ts │ │ │ │ └── index.ts │ │ │ ├── imageGallery │ │ │ │ ├── IImageGalleryService.ts │ │ │ │ └── index.ts │ │ │ ├── index.ts │ │ │ ├── products │ │ │ │ ├── IProductService.ts │ │ │ │ └── index.ts │ │ │ ├── shippings │ │ │ │ ├── IShippingService.ts │ │ │ │ └── index.ts │ │ │ └── users │ │ │ │ ├── IUserService.ts │ │ │ │ └── index.ts │ │ └── socialProviderTypes.ts │ ├── data │ │ └── ecommerceClient │ │ │ ├── dependecyRegisterar.ts │ │ │ ├── index.ts │ │ │ └── services │ │ │ ├── authorize │ │ │ ├── AuthorizeService.ts │ │ │ └── index.ts │ │ │ ├── cart │ │ │ ├── CartService.ts │ │ │ └── index.ts │ │ │ ├── index.ts │ │ │ ├── products │ │ │ ├── ProductService.ts │ │ │ └── index.ts │ │ │ └── shippings │ │ │ ├── ShippingService.ts │ │ │ └── index.ts │ ├── ecommerceEngine.ts │ ├── index.tsx │ ├── layouts │ │ ├── appInput │ │ │ ├── AppInputComponent.tsx │ │ │ ├── IAppInputComponentProps.ts │ │ │ ├── IAppInputComponentState.ts │ │ │ └── index.ts │ │ ├── dialogTitle │ │ │ ├── DialogTitleComponent.tsx │ │ │ ├── IDialogTitleComponentProps.ts │ │ │ ├── IDialogTitleComponentState.ts │ │ │ └── index.ts │ │ ├── iconButtonElement │ │ │ ├── IconButtonElementComponent.tsx │ │ │ └── index.ts │ │ └── loadMoreProgress │ │ │ ├── LoadMoreProgressComponent.tsx │ │ │ └── index.ts │ ├── locale │ │ ├── ch.json │ │ ├── en.json │ │ └── es.json │ ├── models │ │ ├── files │ │ │ ├── fileResult.ts │ │ │ └── index.ts │ │ ├── server │ │ │ ├── index.ts │ │ │ └── serverRequestModel.ts │ │ └── users │ │ │ ├── index.ts │ │ │ └── userRegisterModel.ts │ ├── registerServiceWorker.js │ ├── registerServiceWorker.ts │ ├── routes │ │ ├── HomeRouter.tsx │ │ ├── IRoute.ts │ │ ├── IRouterProps.ts │ │ ├── MasterRouter.tsx │ │ ├── PrivateRoute.tsx │ │ ├── PublicRoute.tsx │ │ └── index.ts │ ├── setupTests.js │ ├── store │ │ ├── actions │ │ │ ├── addToCartActions.ts │ │ │ ├── authorizeActions.ts │ │ │ ├── checkoutActions.ts │ │ │ ├── globalActions.ts │ │ │ ├── imageGalleryActions.ts │ │ │ ├── index.ts │ │ │ ├── localeActions.ts │ │ │ ├── productActions.ts │ │ │ ├── serverActions.ts │ │ │ ├── serverRequestStatusType.ts │ │ │ ├── shippingsActions.ts │ │ │ └── userActions.ts │ │ ├── configureStore.dev.ts │ │ ├── configureStore.prod.ts │ │ ├── configureStore.ts │ │ ├── devTools.tsx │ │ ├── reducers │ │ │ ├── addToCart │ │ │ │ ├── IAddToCartAction.ts │ │ │ │ ├── addToCartReducer.ts │ │ │ │ ├── addToCartState.ts │ │ │ │ └── index.ts │ │ │ ├── authorize │ │ │ │ ├── AuthorizeState.ts │ │ │ │ ├── IAuthorizeAction.ts │ │ │ │ ├── authorizeReducer.ts │ │ │ │ ├── authorizeSelector.ts │ │ │ │ └── index.ts │ │ │ ├── checkout │ │ │ │ ├── CheckoutState.ts │ │ │ │ ├── ICheckoutAction.ts │ │ │ │ ├── checkoutReducer.ts │ │ │ │ └── index.ts │ │ │ ├── global │ │ │ │ ├── GlobalState.ts │ │ │ │ ├── IGlobalAction.ts │ │ │ │ ├── globalReducer.ts │ │ │ │ └── index.ts │ │ │ ├── imageGallery │ │ │ │ ├── IImageGalleryAction.ts │ │ │ │ ├── ImageGalleryState.ts │ │ │ │ ├── imageGalleryReducer.ts │ │ │ │ └── index.ts │ │ │ ├── index.ts │ │ │ ├── locale │ │ │ │ └── langugeType.ts │ │ │ ├── products │ │ │ │ ├── IProductAction.ts │ │ │ │ ├── ProductState.ts │ │ │ │ ├── index.ts │ │ │ │ ├── productReducer.ts │ │ │ │ └── productSelector.ts │ │ │ ├── rootReducer.ts │ │ │ ├── server │ │ │ │ ├── IServerAction.ts │ │ │ │ ├── ServerState.ts │ │ │ │ ├── index.ts │ │ │ │ └── serverReducer.ts │ │ │ ├── shippings │ │ │ │ ├── IShippingsAction.ts │ │ │ │ ├── ShippingsState.ts │ │ │ │ ├── index.ts │ │ │ │ ├── shippingsReducer.ts │ │ │ │ └── shippingsSelector.ts │ │ │ └── users │ │ │ │ ├── IUserAction.ts │ │ │ │ ├── UserState.ts │ │ │ │ ├── index.ts │ │ │ │ └── userReducer.ts │ │ └── sagas │ │ │ ├── localeSaga.ts │ │ │ └── rootSaga.ts │ ├── styles │ │ ├── app.css │ │ ├── app.scss │ │ ├── base │ │ │ ├── _animate.scss │ │ │ ├── _flaticon.scss │ │ │ ├── _grid.scss │ │ │ ├── _icon.scss │ │ │ └── _variables.scss │ │ ├── checkbox.min.css │ │ ├── components │ │ │ ├── _global.scss │ │ │ ├── _home.scss │ │ │ ├── _homeHeader.scss │ │ │ ├── _imageGallery.scss │ │ │ ├── _login.scss │ │ │ ├── _master.scss │ │ │ ├── _masterLoading.scss │ │ │ ├── _profile.scss │ │ │ ├── _sidebar.scss │ │ │ ├── _signup.scss │ │ │ └── _userBox.scss │ │ ├── images │ │ │ ├── bag-big.png │ │ │ ├── bag-small.png │ │ │ ├── bag.png │ │ │ ├── home-hero.png │ │ │ ├── men-size-full.png │ │ │ ├── men.png │ │ │ ├── sidemain-men.png │ │ │ ├── sidemainfull.png │ │ │ ├── sidemen.png │ │ │ ├── success-300.png │ │ │ └── wow.png │ │ └── rangeslider.min.css │ ├── tests │ │ ├── components │ │ │ ├── __snapshots__ │ │ │ │ └── productComponent.test.js.snap │ │ │ └── productComponent.test.js │ │ └── store │ │ │ ├── actions │ │ │ ├── __snapshots__ │ │ │ │ ├── addToCartActions.test.js.snap │ │ │ │ └── authorizeActions.test.js.snap │ │ │ ├── addToCartActions.test.js │ │ │ └── authorizeActions.test.js │ │ │ └── reducers │ │ │ ├── __snapshots__ │ │ │ └── authorizeReducer.test.js.snap │ │ │ └── authorizeReducer.test.js │ ├── theme.js │ └── typings │ │ ├── react-day-picker.d.ts │ │ ├── react-linkif.d.ts │ │ ├── react-loadable.d.ts │ │ ├── react-parallax.ts │ │ ├── react-share.ts │ │ └── react-string-replace.d.ts ├── tsconfig.json ├── tsconfig.prod.json ├── tsconfig.test.json ├── tslint.json └── yarn.lock └── server ├── .editorconfig ├── .env ├── .eslintrc ├── .gitignore ├── .nvmrc ├── .nycrc ├── .sequelizerc ├── LICENSE.md ├── Procfile ├── README.md ├── cluster.js ├── config ├── database.js ├── environments │ ├── development.js │ ├── production.js │ └── test.js ├── index.js ├── passport.js └── smtp.js ├── index.js ├── logs └── .gitkeep ├── package.json ├── scripts └── cleanup.js ├── src ├── app │ ├── Application.js │ ├── Operation.js │ ├── auth │ │ ├── Login.js │ │ ├── Logout.js │ │ ├── Signup.js │ │ ├── UserInfo.js │ │ └── index.js │ ├── category │ │ ├── GetAllCategoriesByDepartment.js │ │ └── index.js │ ├── department │ │ ├── GetAllDepartments.js │ │ └── index.js │ ├── product │ │ ├── GetAllProducts.js │ │ ├── GetAllProductsByCategory.js │ │ ├── GetAllProductsByText.js │ │ ├── GetProductAttributes.js │ │ ├── GetProductDetails.js │ │ └── index.js │ ├── shipping │ │ ├── GetShippingRates.js │ │ ├── GetShippingRegions.js │ │ ├── GetShippings.js │ │ ├── UpdateShippings.js │ │ └── index.js │ └── store │ │ ├── AddToCart.js │ │ ├── GetCart.js │ │ ├── PlaceOrder.js │ │ ├── UpdateCartItem.js │ │ ├── UpdateOrder.js │ │ └── index.js ├── container.js ├── domain │ ├── category │ │ └── Category.js │ ├── customer │ │ └── Customer.js │ ├── department │ │ └── Department.js │ ├── product │ │ └── Product.js │ ├── shipping │ │ ├── Shipping.js │ │ ├── ShippingRate.js │ │ └── ShippingRegion.js │ └── store │ │ ├── Orders.js │ │ └── ShoppingCart.js ├── infra │ ├── category │ │ ├── SequelizeCategoriesRepository.js │ │ └── SequelizeCategoryMapper.js │ ├── customer │ │ ├── SequelizeCustomerMapper.js │ │ └── SequelizeCustomersRepository.js │ ├── database │ │ ├── migrate │ │ │ ├── .gitkeep │ │ │ └── 20170308131539-create-user.js │ │ ├── models │ │ │ ├── AttributeValue.js │ │ │ ├── Category.js │ │ │ ├── Customer.js │ │ │ ├── Department.js │ │ │ ├── Product.js │ │ │ ├── ProductAttribute.js │ │ │ ├── ProductCategory.js │ │ │ ├── ShippingRate.js │ │ │ ├── ShippingRegion.js │ │ │ ├── ShoppingCart.js │ │ │ ├── attribute.js │ │ │ ├── audit.js │ │ │ ├── index.js │ │ │ ├── order_detail.js │ │ │ ├── orders.js │ │ │ ├── review.js │ │ │ └── tax.js │ │ ├── scripts │ │ │ └── ecommerce.sql.zip │ │ └── seeds │ │ │ ├── .gitkeep │ │ │ └── 20170308131757-test-users.js │ ├── department │ │ ├── SequelizeDepartmentMapper.js │ │ └── SequelizeDepartmentsRepository.js │ ├── factoryGirl │ │ ├── FactoriesLoader.js │ │ └── index.js │ ├── logging │ │ ├── LoggerStreamAdapter.js │ │ └── logger.js │ ├── mail │ │ ├── EmailHandler.js │ │ └── placeOrder │ │ │ ├── html.pug │ │ │ └── subject.pug │ ├── product │ │ ├── SequelizeProductMapper.js │ │ └── SequelizeProductsRepository.js │ ├── sequelize │ │ ├── ModelsLoader.js │ │ └── index.js │ ├── shipping │ │ ├── SequelizeShippingMapper.js │ │ ├── SequelizeShippingRegionMapper.js │ │ ├── SequelizeShippingRegionsRepository.js │ │ └── SequelizeShippingsRepository.js │ ├── shippingRate │ │ ├── SequelizeShippingRateMapper.js │ │ └── SequelizeShippingRatesRepository.js │ ├── store │ │ ├── SequelizeCartMapper.js │ │ ├── SequelizeCartsRepository.js │ │ ├── SequelizeOrderMapper.js │ │ └── SequelizeOrdersRepository.js │ └── support │ │ └── dataFaker.js └── interfaces │ ├── console │ ├── Console.js │ └── index.js │ └── http │ ├── Server.js │ ├── auth │ ├── AuthController.js │ ├── AuthSerializer.js │ ├── SignoutController.js │ ├── SignupController.js │ └── UserInfoController.js │ ├── category │ ├── CategoriesController.js │ └── CategorySerializer.js │ ├── department │ ├── DepartmentSerializer.js │ └── DepartmentsController.js │ ├── errors │ ├── devErrorHandler.js │ └── errorHandler.js │ ├── logging │ └── loggerMiddleware.js │ ├── product │ ├── ProductAttributeSerializer.js │ ├── ProductSerializer.js │ └── ProductsController.js │ ├── router.js │ ├── shipping │ ├── ShippingRateSerializer.js │ ├── ShippingRegionSerializer.js │ ├── ShippingSerializer.js │ └── ShippingsController.js │ ├── store │ ├── CartSerializer.js │ ├── OrderSerializer.js │ └── StoresController.js │ ├── swagger │ ├── swagger.json │ └── swaggerMiddleware.js │ └── utils │ └── createControllerRoutes.js └── test ├── features └── api │ ├── .gitkeep │ ├── auth │ ├── getUserInfo.spec.js │ ├── login.spec.js │ ├── logout.spec.js │ └── signup.spec.js │ ├── category │ └── listCategoriesByDepartment.spec.js │ ├── department │ └── listDepartments.spec.js │ ├── product │ ├── getProductAttributes.spec.js │ ├── getProductDetails.spec.js │ ├── listProducts.spec.js │ ├── listProductsByCategory.spec.js │ └── listProductsBySearchText.spec.js │ ├── shipping │ ├── getShippingAddress.spec.js │ ├── listShippingRates.spec.js │ ├── listShippingRegions.spec.js │ └── updateShippingAddress.spec.js │ └── store │ ├── addToCart.spec.js │ ├── getCart.spec.js │ ├── placeOrder.spec.js │ ├── updateCartItem.spec.js │ └── updateOrder.spec.js ├── mocha.opts.features ├── mocha.opts.unit ├── setup.js ├── support ├── cleanDatabase.js ├── factories │ ├── .gitkeep │ ├── attribute.js │ ├── attributeValue.js │ ├── category.js │ ├── customer.js │ ├── department.js │ ├── product.js │ ├── productAttribute.js │ ├── productCategory.js │ ├── shippingRate.js │ └── shippingRegion.js ├── factory.js └── request.js └── unit ├── app ├── Operation.spec.js └── auth │ └── Signup.spec.js ├── domain └── customer │ └── Customer.spec.js ├── infra ├── customer │ ├── SequelizeCustomerMapper.spec.js │ └── SequelizeCustomersRepository.spec.js └── logging │ └── LoggerStreamAdapter.spec.js └── interfaces └── http └── auth └── AuthSerializer.spec.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/README.md -------------------------------------------------------------------------------- /client/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": [["env", {"modules": false}]], 3 | } 4 | -------------------------------------------------------------------------------- /client/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/.gitignore -------------------------------------------------------------------------------- /client/.snyk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/.snyk -------------------------------------------------------------------------------- /client/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/LICENSE -------------------------------------------------------------------------------- /client/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/README.md -------------------------------------------------------------------------------- /client/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/index.d.ts -------------------------------------------------------------------------------- /client/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/jest.config.js -------------------------------------------------------------------------------- /client/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/package-lock.json -------------------------------------------------------------------------------- /client/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/package.json -------------------------------------------------------------------------------- /client/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/favicon.ico -------------------------------------------------------------------------------- /client/public/images/a-partridge-in-a-pear-tree-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/a-partridge-in-a-pear-tree-2.gif -------------------------------------------------------------------------------- /client/public/images/a-partridge-in-a-pear-tree.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/a-partridge-in-a-pear-tree.gif -------------------------------------------------------------------------------- /client/public/images/adoration-of-the-kings-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/adoration-of-the-kings-2.gif -------------------------------------------------------------------------------- /client/public/images/adoration-of-the-kings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/adoration-of-the-kings.gif -------------------------------------------------------------------------------- /client/public/images/afghan-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/afghan-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/afghan-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/afghan-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/afghan-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/afghan-flower.gif -------------------------------------------------------------------------------- /client/public/images/albania-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/albania-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/albania-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/albania-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/albania-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/albania-flower.gif -------------------------------------------------------------------------------- /client/public/images/alsace-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/alsace-2.gif -------------------------------------------------------------------------------- /client/public/images/alsace-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/alsace-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/alsace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/alsace.gif -------------------------------------------------------------------------------- /client/public/images/altar-piece-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/altar-piece-2.gif -------------------------------------------------------------------------------- /client/public/images/altar-piece-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/altar-piece-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/altar-piece.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/altar-piece.gif -------------------------------------------------------------------------------- /client/public/images/apocalypse-tapestry-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/apocalypse-tapestry-2.gif -------------------------------------------------------------------------------- /client/public/images/apocalypse-tapestry-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/apocalypse-tapestry-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/apocalypse-tapestry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/apocalypse-tapestry.gif -------------------------------------------------------------------------------- /client/public/images/arc-d-triomphe-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/arc-d-triomphe-2.gif -------------------------------------------------------------------------------- /client/public/images/arc-d-triomphe-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/arc-d-triomphe-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/arc-d-triomphe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/arc-d-triomphe.gif -------------------------------------------------------------------------------- /client/public/images/austria-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/austria-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/austria-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/austria-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/austria-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/austria-flower.gif -------------------------------------------------------------------------------- /client/public/images/baby-seal-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/baby-seal-2.gif -------------------------------------------------------------------------------- /client/public/images/baby-seal-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/baby-seal-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/baby-seal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/baby-seal.gif -------------------------------------------------------------------------------- /client/public/images/bag-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/bag-big.png -------------------------------------------------------------------------------- /client/public/images/bag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/bag.png -------------------------------------------------------------------------------- /client/public/images/birds-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/birds-2.gif -------------------------------------------------------------------------------- /client/public/images/birds-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/birds-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/birds.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/birds.gif -------------------------------------------------------------------------------- /client/public/images/buffalo-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/buffalo-2.gif -------------------------------------------------------------------------------- /client/public/images/buffalo-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/buffalo-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/buffalo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/buffalo.gif -------------------------------------------------------------------------------- /client/public/images/bulgarian-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/bulgarian-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/bulgarian-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/bulgarian-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/bulgarian-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/bulgarian-flower.gif -------------------------------------------------------------------------------- /client/public/images/canada-goose-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/canada-goose-2.gif -------------------------------------------------------------------------------- /client/public/images/canada-goose-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/canada-goose-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/canada-goose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/canada-goose.gif -------------------------------------------------------------------------------- /client/public/images/caribou-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/caribou-2.gif -------------------------------------------------------------------------------- /client/public/images/caribou-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/caribou-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/caribou.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/caribou.gif -------------------------------------------------------------------------------- /client/public/images/centaur-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/centaur-2.gif -------------------------------------------------------------------------------- /client/public/images/centaur-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/centaur-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/centaur.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/centaur.gif -------------------------------------------------------------------------------- /client/public/images/chartres-cathedral-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/chartres-cathedral-2.gif -------------------------------------------------------------------------------- /client/public/images/chartres-cathedral-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/chartres-cathedral-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/chartres-cathedral.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/chartres-cathedral.gif -------------------------------------------------------------------------------- /client/public/images/christmas-seal-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/christmas-seal-2.gif -------------------------------------------------------------------------------- /client/public/images/christmas-seal-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/christmas-seal-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/christmas-seal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/christmas-seal.gif -------------------------------------------------------------------------------- /client/public/images/christmas-tree-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/christmas-tree-2.gif -------------------------------------------------------------------------------- /client/public/images/christmas-tree-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/christmas-tree-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/christmas-tree.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/christmas-tree.gif -------------------------------------------------------------------------------- /client/public/images/coat-of-arms-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/coat-of-arms-2.gif -------------------------------------------------------------------------------- /client/public/images/coat-of-arms-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/coat-of-arms-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/coat-of-arms.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/coat-of-arms.gif -------------------------------------------------------------------------------- /client/public/images/colobus-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/colobus-2.gif -------------------------------------------------------------------------------- /client/public/images/colobus-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/colobus-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/colobus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/colobus.gif -------------------------------------------------------------------------------- /client/public/images/colombia-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/colombia-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/colombia-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/colombia-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/colombia-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/colombia-flower.gif -------------------------------------------------------------------------------- /client/public/images/congo-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/congo-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/congo-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/congo-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/congo-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/congo-flower.gif -------------------------------------------------------------------------------- /client/public/images/congo-rhino-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/congo-rhino-2.gif -------------------------------------------------------------------------------- /client/public/images/congo-rhino-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/congo-rhino-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/congo-rhino.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/congo-rhino.gif -------------------------------------------------------------------------------- /client/public/images/corsica-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/corsica-2.gif -------------------------------------------------------------------------------- /client/public/images/corsica-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/corsica-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/corsica.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/corsica.gif -------------------------------------------------------------------------------- /client/public/images/costa-rica-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/costa-rica-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/costa-rica-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/costa-rica-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/costa-rica-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/costa-rica-flower.gif -------------------------------------------------------------------------------- /client/public/images/county-of-nice-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/county-of-nice-2.gif -------------------------------------------------------------------------------- /client/public/images/county-of-nice-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/county-of-nice-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/county-of-nice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/county-of-nice.gif -------------------------------------------------------------------------------- /client/public/images/dutch-sea-horse-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/dutch-sea-horse-2.gif -------------------------------------------------------------------------------- /client/public/images/dutch-sea-horse-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/dutch-sea-horse-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/dutch-sea-horse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/dutch-sea-horse.gif -------------------------------------------------------------------------------- /client/public/images/dutch-swans-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/dutch-swans-2.gif -------------------------------------------------------------------------------- /client/public/images/dutch-swans-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/dutch-swans-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/dutch-swans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/dutch-swans.gif -------------------------------------------------------------------------------- /client/public/images/easter-rebellion-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/easter-rebellion-2.gif -------------------------------------------------------------------------------- /client/public/images/easter-rebellion-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/easter-rebellion-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/easter-rebellion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/easter-rebellion.gif -------------------------------------------------------------------------------- /client/public/images/equatorial-rhino-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/equatorial-rhino-2.gif -------------------------------------------------------------------------------- /client/public/images/equatorial-rhino-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/equatorial-rhino-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/equatorial-rhino.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/equatorial-rhino.gif -------------------------------------------------------------------------------- /client/public/images/espresso-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/espresso-2.gif -------------------------------------------------------------------------------- /client/public/images/espresso-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/espresso-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/espresso.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/espresso.gif -------------------------------------------------------------------------------- /client/public/images/ethiopian-elephant-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ethiopian-elephant-2.gif -------------------------------------------------------------------------------- /client/public/images/ethiopian-elephant-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ethiopian-elephant-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/ethiopian-elephant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ethiopian-elephant.gif -------------------------------------------------------------------------------- /client/public/images/ethiopian-rhino-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ethiopian-rhino-2.gif -------------------------------------------------------------------------------- /client/public/images/ethiopian-rhino-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ethiopian-rhino-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/ethiopian-rhino.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ethiopian-rhino.gif -------------------------------------------------------------------------------- /client/public/images/flags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/flags.png -------------------------------------------------------------------------------- /client/public/images/gabon-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/gabon-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/gabon-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/gabon-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/gabon-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/gabon-flower.gif -------------------------------------------------------------------------------- /client/public/images/galileo-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/galileo-2.gif -------------------------------------------------------------------------------- /client/public/images/galileo-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/galileo-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/galileo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/galileo.gif -------------------------------------------------------------------------------- /client/public/images/gallic-cock-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/gallic-cock-2.gif -------------------------------------------------------------------------------- /client/public/images/gallic-cock-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/gallic-cock-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/gallic-cock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/gallic-cock.gif -------------------------------------------------------------------------------- /client/public/images/ghana-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ghana-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/ghana-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ghana-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/ghana-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ghana-flower.gif -------------------------------------------------------------------------------- /client/public/images/guiness-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/guiness-2.gif -------------------------------------------------------------------------------- /client/public/images/guiness-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/guiness-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/guiness.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/guiness.gif -------------------------------------------------------------------------------- /client/public/images/haute-couture-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/haute-couture-2.gif -------------------------------------------------------------------------------- /client/public/images/haute-couture-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/haute-couture-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/haute-couture.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/haute-couture.gif -------------------------------------------------------------------------------- /client/public/images/holly-cat-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/holly-cat-2.gif -------------------------------------------------------------------------------- /client/public/images/holly-cat-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/holly-cat-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/holly-cat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/holly-cat.gif -------------------------------------------------------------------------------- /client/public/images/home-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/home-hero.png -------------------------------------------------------------------------------- /client/public/images/hunt-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/hunt-2.gif -------------------------------------------------------------------------------- /client/public/images/hunt-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/hunt-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/hunt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/hunt.gif -------------------------------------------------------------------------------- /client/public/images/ifni-fish-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ifni-fish-2.gif -------------------------------------------------------------------------------- /client/public/images/ifni-fish-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ifni-fish-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/ifni-fish.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/ifni-fish.gif -------------------------------------------------------------------------------- /client/public/images/iris-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/iris-2.gif -------------------------------------------------------------------------------- /client/public/images/iris-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/iris-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/iris.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/iris.gif -------------------------------------------------------------------------------- /client/public/images/irish-coat-of-arms-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/irish-coat-of-arms-2.gif -------------------------------------------------------------------------------- /client/public/images/irish-coat-of-arms-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/irish-coat-of-arms-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/irish-coat-of-arms.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/irish-coat-of-arms.gif -------------------------------------------------------------------------------- /client/public/images/israel-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/israel-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/israel-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/israel-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/israel-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/israel-flower.gif -------------------------------------------------------------------------------- /client/public/images/italia-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italia-2.gif -------------------------------------------------------------------------------- /client/public/images/italia-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italia-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/italia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italia.gif -------------------------------------------------------------------------------- /client/public/images/italian-airmail-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italian-airmail-2.gif -------------------------------------------------------------------------------- /client/public/images/italian-airmail-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italian-airmail-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/italian-airmail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italian-airmail.gif -------------------------------------------------------------------------------- /client/public/images/italy-jesus-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italy-jesus-2.gif -------------------------------------------------------------------------------- /client/public/images/italy-jesus-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italy-jesus-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/italy-jesus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italy-jesus.gif -------------------------------------------------------------------------------- /client/public/images/italy-maria-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italy-maria-2.gif -------------------------------------------------------------------------------- /client/public/images/italy-maria-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italy-maria-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/italy-maria.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/italy-maria.gif -------------------------------------------------------------------------------- /client/public/images/kat-over-new-moon-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/kat-over-new-moon-2.gif -------------------------------------------------------------------------------- /client/public/images/kat-over-new-moon-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/kat-over-new-moon-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/kat-over-new-moon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/kat-over-new-moon.gif -------------------------------------------------------------------------------- /client/public/images/king-salmon-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/king-salmon-2.gif -------------------------------------------------------------------------------- /client/public/images/king-salmon-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/king-salmon-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/king-salmon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/king-salmon.gif -------------------------------------------------------------------------------- /client/public/images/laos-bird-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/laos-bird-2.gif -------------------------------------------------------------------------------- /client/public/images/laos-bird-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/laos-bird-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/laos-bird.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/laos-bird.gif -------------------------------------------------------------------------------- /client/public/images/laotian-elephant-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/laotian-elephant-2.gif -------------------------------------------------------------------------------- /client/public/images/laotian-elephant-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/laotian-elephant-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/laotian-elephant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/laotian-elephant.gif -------------------------------------------------------------------------------- /client/public/images/liberian-elephant-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/liberian-elephant-2.gif -------------------------------------------------------------------------------- /client/public/images/liberian-elephant-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/liberian-elephant-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/liberian-elephant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/liberian-elephant.gif -------------------------------------------------------------------------------- /client/public/images/lorraine-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/lorraine-2.gif -------------------------------------------------------------------------------- /client/public/images/lorraine-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/lorraine-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/lorraine.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/lorraine.gif -------------------------------------------------------------------------------- /client/public/images/love-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/love-2.gif -------------------------------------------------------------------------------- /client/public/images/love-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/love-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/love.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/love.gif -------------------------------------------------------------------------------- /client/public/images/madonna-child-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/madonna-child-2.gif -------------------------------------------------------------------------------- /client/public/images/madonna-child-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/madonna-child-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/madonna-child.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/madonna-child.gif -------------------------------------------------------------------------------- /client/public/images/marianne-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/marianne-2.gif -------------------------------------------------------------------------------- /client/public/images/marianne-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/marianne-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/marianne.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/marianne.gif -------------------------------------------------------------------------------- /client/public/images/mazzini-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mazzini-2.gif -------------------------------------------------------------------------------- /client/public/images/mazzini-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mazzini-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/mazzini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mazzini.gif -------------------------------------------------------------------------------- /client/public/images/men-size-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/men-size-full.png -------------------------------------------------------------------------------- /client/public/images/men.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/men.png -------------------------------------------------------------------------------- /client/public/images/mercury-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mercury-2.gif -------------------------------------------------------------------------------- /client/public/images/mercury-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mercury-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/mercury.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mercury.gif -------------------------------------------------------------------------------- /client/public/images/mistletoe-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mistletoe-2.gif -------------------------------------------------------------------------------- /client/public/images/mistletoe-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mistletoe-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/mistletoe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mistletoe.gif -------------------------------------------------------------------------------- /client/public/images/mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mockup.png -------------------------------------------------------------------------------- /client/public/images/mozambique-lion-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mozambique-lion-2.gif -------------------------------------------------------------------------------- /client/public/images/mozambique-lion-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mozambique-lion-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/mozambique-lion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mozambique-lion.gif -------------------------------------------------------------------------------- /client/public/images/musk-ox-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/musk-ox-2.gif -------------------------------------------------------------------------------- /client/public/images/musk-ox-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/musk-ox-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/musk-ox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/musk-ox.gif -------------------------------------------------------------------------------- /client/public/images/mustache-monkey-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mustache-monkey-2.gif -------------------------------------------------------------------------------- /client/public/images/mustache-monkey-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mustache-monkey-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/mustache-monkey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/mustache-monkey.gif -------------------------------------------------------------------------------- /client/public/images/notre-dame-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/notre-dame-2.gif -------------------------------------------------------------------------------- /client/public/images/notre-dame-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/notre-dame-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/notre-dame.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/notre-dame.gif -------------------------------------------------------------------------------- /client/public/images/paris-peace-conference-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/paris-peace-conference-2.gif -------------------------------------------------------------------------------- /client/public/images/paris-peace-conference.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/paris-peace-conference.gif -------------------------------------------------------------------------------- /client/public/images/peru-llama-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/peru-llama-2.gif -------------------------------------------------------------------------------- /client/public/images/peru-llama-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/peru-llama-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/peru-llama.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/peru-llama.gif -------------------------------------------------------------------------------- /client/public/images/poland-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/poland-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/poland-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/poland-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/poland-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/poland-flower.gif -------------------------------------------------------------------------------- /client/public/images/product_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/product_loading.png -------------------------------------------------------------------------------- /client/public/images/product_placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/product_placeholder.png -------------------------------------------------------------------------------- /client/public/images/romania-alsatian-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/romania-alsatian-2.gif -------------------------------------------------------------------------------- /client/public/images/romania-alsatian-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/romania-alsatian-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/romania-alsatian.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/romania-alsatian.gif -------------------------------------------------------------------------------- /client/public/images/romania-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/romania-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/romania-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/romania-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/romania-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/romania-flower.gif -------------------------------------------------------------------------------- /client/public/images/romulus-remus-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/romulus-remus-2.gif -------------------------------------------------------------------------------- /client/public/images/romulus-remus-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/romulus-remus-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/romulus-remus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/romulus-remus.gif -------------------------------------------------------------------------------- /client/public/images/russia-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/russia-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/russia-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/russia-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/russia-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/russia-flower.gif -------------------------------------------------------------------------------- /client/public/images/sambar-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sambar-2.gif -------------------------------------------------------------------------------- /client/public/images/sambar-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sambar-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/sambar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sambar.gif -------------------------------------------------------------------------------- /client/public/images/san-marino-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/san-marino-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/san-marino-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/san-marino-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/san-marino-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/san-marino-flower.gif -------------------------------------------------------------------------------- /client/public/images/sarah-bernhardt-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sarah-bernhardt-2.gif -------------------------------------------------------------------------------- /client/public/images/sarah-bernhardt-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sarah-bernhardt-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/sarah-bernhardt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sarah-bernhardt.gif -------------------------------------------------------------------------------- /client/public/images/sea-gull-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sea-gull-2.gif -------------------------------------------------------------------------------- /client/public/images/sea-gull-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sea-gull-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/sea-gull.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sea-gull.gif -------------------------------------------------------------------------------- /client/public/images/sidemain-men.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sidemain-men.png -------------------------------------------------------------------------------- /client/public/images/sidemainfull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sidemainfull.png -------------------------------------------------------------------------------- /client/public/images/sidemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sidemen.png -------------------------------------------------------------------------------- /client/public/images/snow-deer-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/snow-deer-2.gif -------------------------------------------------------------------------------- /client/public/images/snow-deer-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/snow-deer-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/snow-deer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/snow-deer.gif -------------------------------------------------------------------------------- /client/public/images/somali-fish-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/somali-fish-2.gif -------------------------------------------------------------------------------- /client/public/images/somali-fish-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/somali-fish-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/somali-fish.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/somali-fish.gif -------------------------------------------------------------------------------- /client/public/images/somali-ostriches-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/somali-ostriches-2.gif -------------------------------------------------------------------------------- /client/public/images/somali-ostriches-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/somali-ostriches-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/somali-ostriches.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/somali-ostriches.gif -------------------------------------------------------------------------------- /client/public/images/st-francis-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-francis-2.gif -------------------------------------------------------------------------------- /client/public/images/st-francis-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-francis-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/st-francis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-francis.gif -------------------------------------------------------------------------------- /client/public/images/st-lucia-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-lucia-2.gif -------------------------------------------------------------------------------- /client/public/images/st-lucia-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-lucia-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/st-lucia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-lucia.gif -------------------------------------------------------------------------------- /client/public/images/st-lucy-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-lucy-2.gif -------------------------------------------------------------------------------- /client/public/images/st-lucy-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-lucy-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/st-lucy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-lucy.gif -------------------------------------------------------------------------------- /client/public/images/st-patrick-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-patrick-2.gif -------------------------------------------------------------------------------- /client/public/images/st-patrick-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-patrick-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/st-patrick.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-patrick.gif -------------------------------------------------------------------------------- /client/public/images/st-peter-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-peter-2.gif -------------------------------------------------------------------------------- /client/public/images/st-peter-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-peter-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/st-peter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/st-peter.gif -------------------------------------------------------------------------------- /client/public/images/success-300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/success-300.png -------------------------------------------------------------------------------- /client/public/images/success-3000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/success-3000.png -------------------------------------------------------------------------------- /client/public/images/suvla-bay-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/suvla-bay-2.gif -------------------------------------------------------------------------------- /client/public/images/suvla-bay-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/suvla-bay-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/suvla-bay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/suvla-bay.gif -------------------------------------------------------------------------------- /client/public/images/swede-santa-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/swede-santa-2.gif -------------------------------------------------------------------------------- /client/public/images/swede-santa-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/swede-santa-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/swede-santa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/swede-santa.gif -------------------------------------------------------------------------------- /client/public/images/sword-of-light-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sword-of-light-2.gif -------------------------------------------------------------------------------- /client/public/images/sword-of-light-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sword-of-light-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/sword-of-light.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/sword-of-light.gif -------------------------------------------------------------------------------- /client/public/images/tankanyika-giraffe-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/tankanyika-giraffe-2.gif -------------------------------------------------------------------------------- /client/public/images/tankanyika-giraffe-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/tankanyika-giraffe-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/tankanyika-giraffe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/tankanyika-giraffe.gif -------------------------------------------------------------------------------- /client/public/images/the-promise-of-spring-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-promise-of-spring-2.gif -------------------------------------------------------------------------------- /client/public/images/the-promise-of-spring-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-promise-of-spring-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/the-promise-of-spring.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-promise-of-spring.gif -------------------------------------------------------------------------------- /client/public/images/the-rapture-of-psyche-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-rapture-of-psyche-2.gif -------------------------------------------------------------------------------- /client/public/images/the-rapture-of-psyche-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-rapture-of-psyche-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/the-rapture-of-psyche.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-rapture-of-psyche.gif -------------------------------------------------------------------------------- /client/public/images/the-three-wise-men-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-three-wise-men-2.gif -------------------------------------------------------------------------------- /client/public/images/the-three-wise-men-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-three-wise-men-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/the-three-wise-men.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-three-wise-men.gif -------------------------------------------------------------------------------- /client/public/images/the-virgin-mary-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-virgin-mary-2.gif -------------------------------------------------------------------------------- /client/public/images/the-virgin-mary-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-virgin-mary-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/the-virgin-mary.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/the-virgin-mary.gif -------------------------------------------------------------------------------- /client/public/images/thomas-moore-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/thomas-moore-2.gif -------------------------------------------------------------------------------- /client/public/images/thomas-moore-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/thomas-moore-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/thomas-moore.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/thomas-moore.gif -------------------------------------------------------------------------------- /client/public/images/thrilling-love-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/thrilling-love-2.gif -------------------------------------------------------------------------------- /client/public/images/thrilling-love-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/thrilling-love-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/thrilling-love.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/thrilling-love.gif -------------------------------------------------------------------------------- /client/public/images/torch-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/torch-2.gif -------------------------------------------------------------------------------- /client/public/images/torch-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/torch-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/torch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/torch.gif -------------------------------------------------------------------------------- /client/public/images/trout-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/trout-2.gif -------------------------------------------------------------------------------- /client/public/images/trout-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/trout-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/trout.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/trout.gif -------------------------------------------------------------------------------- /client/public/images/uruguay-flower-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/uruguay-flower-2.gif -------------------------------------------------------------------------------- /client/public/images/uruguay-flower-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/uruguay-flower-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/uruguay-flower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/uruguay-flower.gif -------------------------------------------------------------------------------- /client/public/images/visit-the-zoo-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/visit-the-zoo-2.gif -------------------------------------------------------------------------------- /client/public/images/visit-the-zoo-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/visit-the-zoo-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/visit-the-zoo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/visit-the-zoo.gif -------------------------------------------------------------------------------- /client/public/images/weather-vane-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/weather-vane-2.gif -------------------------------------------------------------------------------- /client/public/images/weather-vane-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/weather-vane-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/weather-vane.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/weather-vane.gif -------------------------------------------------------------------------------- /client/public/images/wow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/wow.png -------------------------------------------------------------------------------- /client/public/images/wreath-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/wreath-2.gif -------------------------------------------------------------------------------- /client/public/images/wreath-thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/wreath-thumbnail.gif -------------------------------------------------------------------------------- /client/public/images/wreath.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/images/wreath.gif -------------------------------------------------------------------------------- /client/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/public/index.html -------------------------------------------------------------------------------- /client/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/server.js -------------------------------------------------------------------------------- /client/src/api/CommonAPI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/api/CommonAPI.ts -------------------------------------------------------------------------------- /client/src/api/FileAPI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/api/FileAPI.ts -------------------------------------------------------------------------------- /client/src/api/StringAPI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/api/StringAPI.ts -------------------------------------------------------------------------------- /client/src/api/compose.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/api/compose.js -------------------------------------------------------------------------------- /client/src/assets/fonts/Flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/assets/fonts/Flaticon.eot -------------------------------------------------------------------------------- /client/src/assets/fonts/Flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/assets/fonts/Flaticon.ttf -------------------------------------------------------------------------------- /client/src/assets/fonts/Flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/assets/fonts/Flaticon.woff -------------------------------------------------------------------------------- /client/src/assets/images/Flaticon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/assets/images/Flaticon.svg -------------------------------------------------------------------------------- /client/src/components/Paper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/Paper.js -------------------------------------------------------------------------------- /client/src/components/TextField.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/TextField.js -------------------------------------------------------------------------------- /client/src/components/addressForm/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/addressForm/index.ts -------------------------------------------------------------------------------- /client/src/components/appBar/AppBarComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/appBar/AppBarComponent.tsx -------------------------------------------------------------------------------- /client/src/components/appBar/IAppBarComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/appBar/IAppBarComponentProps.ts -------------------------------------------------------------------------------- /client/src/components/appBar/IAppBarComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IAppBarComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/components/appBar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/appBar/index.ts -------------------------------------------------------------------------------- /client/src/components/appFooter/AppFooterComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/appFooter/AppFooterComponent.tsx -------------------------------------------------------------------------------- /client/src/components/appFooter/IAppFooterComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IAppFooterComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/components/appFooter/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/appFooter/index.ts -------------------------------------------------------------------------------- /client/src/components/editProfile/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/editProfile/index.ts -------------------------------------------------------------------------------- /client/src/components/finish/FinishComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/finish/FinishComponent.tsx -------------------------------------------------------------------------------- /client/src/components/finish/IFinishComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/finish/IFinishComponentProps.ts -------------------------------------------------------------------------------- /client/src/components/finish/IFinishComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IFinishComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/components/finish/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/finish/index.ts -------------------------------------------------------------------------------- /client/src/components/formButton/FormButtonComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/formButton/FormButtonComponent.tsx -------------------------------------------------------------------------------- /client/src/components/formButton/IFormButtonComponentState.ts: -------------------------------------------------------------------------------- 1 | 2 | export interface IFormButtonComponentState { 3 | 4 | } 5 | -------------------------------------------------------------------------------- /client/src/components/formButton/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/formButton/index.ts -------------------------------------------------------------------------------- /client/src/components/homeHeader/HomeHeaderComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/homeHeader/HomeHeaderComponent.tsx -------------------------------------------------------------------------------- /client/src/components/homeHeader/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/homeHeader/index.ts -------------------------------------------------------------------------------- /client/src/components/imageGallery/IImageGalleryComponentState.ts: -------------------------------------------------------------------------------- 1 | 2 | export interface IImageGalleryComponentState { 3 | 4 | } 5 | -------------------------------------------------------------------------------- /client/src/components/imageGallery/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/imageGallery/index.ts -------------------------------------------------------------------------------- /client/src/components/img/IImgComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/img/IImgComponentProps.ts -------------------------------------------------------------------------------- /client/src/components/img/IImgComponentState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/img/IImgComponentState.ts -------------------------------------------------------------------------------- /client/src/components/img/ImgComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/img/ImgComponent.tsx -------------------------------------------------------------------------------- /client/src/components/img/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/img/index.ts -------------------------------------------------------------------------------- /client/src/components/imgCover/ImgCoverComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/imgCover/ImgCoverComponent.tsx -------------------------------------------------------------------------------- /client/src/components/imgCover/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/imgCover/index.ts -------------------------------------------------------------------------------- /client/src/components/layoutBody/ILayoutBodyComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface ILayoutBodyComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/components/layoutBody/LayoutBodyComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/layoutBody/LayoutBodyComponent.tsx -------------------------------------------------------------------------------- /client/src/components/layoutBody/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/layoutBody/index.ts -------------------------------------------------------------------------------- /client/src/components/masterLoading/IMasterLoadingComponentState.ts: -------------------------------------------------------------------------------- 1 | 2 | export interface IMasterLoadingComponentState { 3 | 4 | } 5 | -------------------------------------------------------------------------------- /client/src/components/masterLoading/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/masterLoading/index.ts -------------------------------------------------------------------------------- /client/src/components/newsLetter/INewsLetterComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface INewsLetterComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/components/newsLetter/NewsLetterComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/newsLetter/NewsLetterComponent.tsx -------------------------------------------------------------------------------- /client/src/components/newsLetter/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/newsLetter/index.ts -------------------------------------------------------------------------------- /client/src/components/paymentForm/IPaymentFormComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IPaymentFormComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/components/paymentForm/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/paymentForm/index.ts -------------------------------------------------------------------------------- /client/src/components/product/IProductComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/product/IProductComponentProps.ts -------------------------------------------------------------------------------- /client/src/components/product/IProductComponentState.ts: -------------------------------------------------------------------------------- 1 | 2 | export interface IProductComponentState { 3 | 4 | } 5 | -------------------------------------------------------------------------------- /client/src/components/product/ProductComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/product/ProductComponent.tsx -------------------------------------------------------------------------------- /client/src/components/product/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/product/index.ts -------------------------------------------------------------------------------- /client/src/components/productDetail/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/productDetail/index.ts -------------------------------------------------------------------------------- /client/src/components/productHero/IProductHeroComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IProductHeroComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/components/productHero/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/productHero/index.ts -------------------------------------------------------------------------------- /client/src/components/productHeroLayout/IProductHeroLayoutComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IProductHeroLayoutComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/components/productHeroLayout/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/productHeroLayout/index.ts -------------------------------------------------------------------------------- /client/src/components/productHowItWorks/IProductHowItWorksComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IProductHowItWorksComponentState { 2 | } 3 | -------------------------------------------------------------------------------- /client/src/components/productHowItWorks/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/productHowItWorks/index.ts -------------------------------------------------------------------------------- /client/src/components/profileHeader/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/profileHeader/index.ts -------------------------------------------------------------------------------- /client/src/components/review/IReviewComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/review/IReviewComponentProps.ts -------------------------------------------------------------------------------- /client/src/components/review/IReviewComponentState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/review/IReviewComponentState.ts -------------------------------------------------------------------------------- /client/src/components/review/ReviewComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/review/ReviewComponent.tsx -------------------------------------------------------------------------------- /client/src/components/review/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/review/index.ts -------------------------------------------------------------------------------- /client/src/components/sidebar/ISidebarComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/sidebar/ISidebarComponentProps.ts -------------------------------------------------------------------------------- /client/src/components/sidebar/ISidebarComponentState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/sidebar/ISidebarComponentState.ts -------------------------------------------------------------------------------- /client/src/components/sidebar/SidebarComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/sidebar/SidebarComponent.tsx -------------------------------------------------------------------------------- /client/src/components/sidebar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/sidebar/index.ts -------------------------------------------------------------------------------- /client/src/components/sidebarContent/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/sidebarContent/index.ts -------------------------------------------------------------------------------- /client/src/components/sidebarMain/ISidebarMainComponentState.ts: -------------------------------------------------------------------------------- 1 | 2 | export interface ISidebarMainComponentState { 3 | 4 | } 5 | -------------------------------------------------------------------------------- /client/src/components/sidebarMain/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/sidebarMain/index.ts -------------------------------------------------------------------------------- /client/src/components/toolbar/IToolBarComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/toolbar/IToolBarComponentProps.ts -------------------------------------------------------------------------------- /client/src/components/toolbar/IToolBarComponentState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/toolbar/IToolBarComponentState.ts -------------------------------------------------------------------------------- /client/src/components/toolbar/ToolBarComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/toolbar/ToolBarComponent.tsx -------------------------------------------------------------------------------- /client/src/components/toolbar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/toolbar/index.ts -------------------------------------------------------------------------------- /client/src/components/topAppBar/TopAppBarComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/topAppBar/TopAppBarComponent.tsx -------------------------------------------------------------------------------- /client/src/components/topAppBar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/topAppBar/index.ts -------------------------------------------------------------------------------- /client/src/components/typography/ITypographyComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface ITypographyComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/components/typography/TypographyComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/typography/TypographyComponent.tsx -------------------------------------------------------------------------------- /client/src/components/typography/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/typography/index.ts -------------------------------------------------------------------------------- /client/src/components/userAvatar/IUserAvatarComponentState.ts: -------------------------------------------------------------------------------- 1 | 2 | export interface IUserAvatarComponentState { 3 | 4 | } 5 | -------------------------------------------------------------------------------- /client/src/components/userAvatar/UserAvatarComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/userAvatar/UserAvatarComponent.tsx -------------------------------------------------------------------------------- /client/src/components/userAvatar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/components/userAvatar/index.ts -------------------------------------------------------------------------------- /client/src/config/environment.dev.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/config/environment.dev.ts -------------------------------------------------------------------------------- /client/src/config/environment.prod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/config/environment.prod.ts -------------------------------------------------------------------------------- /client/src/config/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/config/index.ts -------------------------------------------------------------------------------- /client/src/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants.js -------------------------------------------------------------------------------- /client/src/constants/addToCartActionType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants/addToCartActionType.ts -------------------------------------------------------------------------------- /client/src/constants/authorizeActionType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants/authorizeActionType.ts -------------------------------------------------------------------------------- /client/src/constants/checkoutActionType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants/checkoutActionType.ts -------------------------------------------------------------------------------- /client/src/constants/globalActionType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants/globalActionType.ts -------------------------------------------------------------------------------- /client/src/constants/imageGalleryActionType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants/imageGalleryActionType.ts -------------------------------------------------------------------------------- /client/src/constants/productActionType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants/productActionType.ts -------------------------------------------------------------------------------- /client/src/constants/serverActionType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants/serverActionType.ts -------------------------------------------------------------------------------- /client/src/constants/serverRequestType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants/serverRequestType.ts -------------------------------------------------------------------------------- /client/src/constants/shippingsActionType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants/shippingsActionType.ts -------------------------------------------------------------------------------- /client/src/constants/userActionType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/constants/userActionType.ts -------------------------------------------------------------------------------- /client/src/containers/addToCart/AddToCartComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/addToCart/AddToCartComponent.tsx -------------------------------------------------------------------------------- /client/src/containers/addToCart/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/addToCart/index.ts -------------------------------------------------------------------------------- /client/src/containers/appForm/AppFormComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/appForm/AppFormComponent.tsx -------------------------------------------------------------------------------- /client/src/containers/appForm/IAppFormComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/appForm/IAppFormComponentProps.ts -------------------------------------------------------------------------------- /client/src/containers/appForm/IAppFormComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IAppFormComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/containers/appForm/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/appForm/index.ts -------------------------------------------------------------------------------- /client/src/containers/checkout/CheckoutComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/checkout/CheckoutComponent.tsx -------------------------------------------------------------------------------- /client/src/containers/checkout/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/checkout/index.ts -------------------------------------------------------------------------------- /client/src/containers/home/HomeComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/home/HomeComponent.tsx -------------------------------------------------------------------------------- /client/src/containers/home/IHomeComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/home/IHomeComponentProps.ts -------------------------------------------------------------------------------- /client/src/containers/home/IHomeComponentState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/home/IHomeComponentState.ts -------------------------------------------------------------------------------- /client/src/containers/home/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/home/index.ts -------------------------------------------------------------------------------- /client/src/containers/homeSections/IHomeSectionsComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IHomeSectionsComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/containers/homeSections/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/homeSections/index.ts -------------------------------------------------------------------------------- /client/src/containers/login/ILoginComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/login/ILoginComponentProps.ts -------------------------------------------------------------------------------- /client/src/containers/login/ILoginComponentState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/login/ILoginComponentState.ts -------------------------------------------------------------------------------- /client/src/containers/login/LoginComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/login/LoginComponent.tsx -------------------------------------------------------------------------------- /client/src/containers/login/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/login/index.ts -------------------------------------------------------------------------------- /client/src/containers/master/IMasterComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/master/IMasterComponentProps.ts -------------------------------------------------------------------------------- /client/src/containers/master/IMasterComponentState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/master/IMasterComponentState.ts -------------------------------------------------------------------------------- /client/src/containers/master/MasterComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/master/MasterComponent.tsx -------------------------------------------------------------------------------- /client/src/containers/master/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/master/index.ts -------------------------------------------------------------------------------- /client/src/containers/productDetails/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/productDetails/index.ts -------------------------------------------------------------------------------- /client/src/containers/products/ProductsComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/products/ProductsComponent.tsx -------------------------------------------------------------------------------- /client/src/containers/products/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/products/index.ts -------------------------------------------------------------------------------- /client/src/containers/signup/ISignupComponentProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/signup/ISignupComponentProps.ts -------------------------------------------------------------------------------- /client/src/containers/signup/ISignupComponentState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/signup/ISignupComponentState.ts -------------------------------------------------------------------------------- /client/src/containers/signup/SignupComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/signup/SignupComponent.tsx -------------------------------------------------------------------------------- /client/src/containers/signup/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/containers/signup/index.ts -------------------------------------------------------------------------------- /client/src/core/domain/authorize/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/authorize/index.ts -------------------------------------------------------------------------------- /client/src/core/domain/authorize/loginUser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/authorize/loginUser.ts -------------------------------------------------------------------------------- /client/src/core/domain/authorize/oauthType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/authorize/oauthType.ts -------------------------------------------------------------------------------- /client/src/core/domain/cart/cart.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/cart/cart.ts -------------------------------------------------------------------------------- /client/src/core/domain/cart/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/cart/index.ts -------------------------------------------------------------------------------- /client/src/core/domain/cart/order.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/cart/order.ts -------------------------------------------------------------------------------- /client/src/core/domain/comments/comment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/comments/comment.ts -------------------------------------------------------------------------------- /client/src/core/domain/comments/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/comments/index.ts -------------------------------------------------------------------------------- /client/src/core/domain/common/baseDomain.ts: -------------------------------------------------------------------------------- 1 | 2 | export class BaseDomain { 3 | 4 | } -------------------------------------------------------------------------------- /client/src/core/domain/common/feed.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/common/feed.ts -------------------------------------------------------------------------------- /client/src/core/domain/common/feedType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/common/feedType.ts -------------------------------------------------------------------------------- /client/src/core/domain/common/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/common/index.ts -------------------------------------------------------------------------------- /client/src/core/domain/common/socialError.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/common/socialError.ts -------------------------------------------------------------------------------- /client/src/core/domain/imageGallery/image.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/imageGallery/image.ts -------------------------------------------------------------------------------- /client/src/core/domain/imageGallery/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/imageGallery/index.ts -------------------------------------------------------------------------------- /client/src/core/domain/products/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/products/index.ts -------------------------------------------------------------------------------- /client/src/core/domain/products/product.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/products/product.ts -------------------------------------------------------------------------------- /client/src/core/domain/shippings/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/shippings/index.ts -------------------------------------------------------------------------------- /client/src/core/domain/shippings/shippingAddress.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/shippings/shippingAddress.ts -------------------------------------------------------------------------------- /client/src/core/domain/shippings/shippingRates.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/shippings/shippingRates.ts -------------------------------------------------------------------------------- /client/src/core/domain/shippings/shippingRegion.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/shippings/shippingRegion.ts -------------------------------------------------------------------------------- /client/src/core/domain/users/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/users/index.ts -------------------------------------------------------------------------------- /client/src/core/domain/users/profile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/users/profile.ts -------------------------------------------------------------------------------- /client/src/core/domain/users/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/users/user.ts -------------------------------------------------------------------------------- /client/src/core/domain/users/userProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/domain/users/userProvider.ts -------------------------------------------------------------------------------- /client/src/core/environment.ts: -------------------------------------------------------------------------------- 1 | export const environment = { 2 | appName : 'React Ecommerce' 3 | } 4 | -------------------------------------------------------------------------------- /client/src/core/factories/IServiceProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/factories/IServiceProvider.ts -------------------------------------------------------------------------------- /client/src/core/factories/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/factories/index.ts -------------------------------------------------------------------------------- /client/src/core/factories/serviceProvide.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/factories/serviceProvide.ts -------------------------------------------------------------------------------- /client/src/core/services/authorize/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/authorize/index.ts -------------------------------------------------------------------------------- /client/src/core/services/cart/ICartService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/cart/ICartService.ts -------------------------------------------------------------------------------- /client/src/core/services/cart/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/cart/index.ts -------------------------------------------------------------------------------- /client/src/core/services/common/ICommonService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/common/ICommonService.ts -------------------------------------------------------------------------------- /client/src/core/services/common/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/common/index.ts -------------------------------------------------------------------------------- /client/src/core/services/files/IStorageService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/files/IStorageService.ts -------------------------------------------------------------------------------- /client/src/core/services/files/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/files/index.ts -------------------------------------------------------------------------------- /client/src/core/services/imageGallery/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/imageGallery/index.ts -------------------------------------------------------------------------------- /client/src/core/services/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/index.ts -------------------------------------------------------------------------------- /client/src/core/services/products/IProductService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/products/IProductService.ts -------------------------------------------------------------------------------- /client/src/core/services/products/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/products/index.ts -------------------------------------------------------------------------------- /client/src/core/services/shippings/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/shippings/index.ts -------------------------------------------------------------------------------- /client/src/core/services/users/IUserService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/users/IUserService.ts -------------------------------------------------------------------------------- /client/src/core/services/users/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/services/users/index.ts -------------------------------------------------------------------------------- /client/src/core/socialProviderTypes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/core/socialProviderTypes.ts -------------------------------------------------------------------------------- /client/src/data/ecommerceClient/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/data/ecommerceClient/index.ts -------------------------------------------------------------------------------- /client/src/data/ecommerceClient/services/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/data/ecommerceClient/services/index.ts -------------------------------------------------------------------------------- /client/src/ecommerceEngine.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/ecommerceEngine.ts -------------------------------------------------------------------------------- /client/src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/index.tsx -------------------------------------------------------------------------------- /client/src/layouts/appInput/AppInputComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/layouts/appInput/AppInputComponent.tsx -------------------------------------------------------------------------------- /client/src/layouts/appInput/IAppInputComponentProps.ts: -------------------------------------------------------------------------------- 1 | export interface IAppInputComponentProps { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/layouts/appInput/IAppInputComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IAppInputComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/layouts/appInput/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/layouts/appInput/index.ts -------------------------------------------------------------------------------- /client/src/layouts/dialogTitle/IDialogTitleComponentState.ts: -------------------------------------------------------------------------------- 1 | export interface IDialogTitleComponentState { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /client/src/layouts/dialogTitle/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/layouts/dialogTitle/index.ts -------------------------------------------------------------------------------- /client/src/layouts/iconButtonElement/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/layouts/iconButtonElement/index.ts -------------------------------------------------------------------------------- /client/src/layouts/loadMoreProgress/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/layouts/loadMoreProgress/index.ts -------------------------------------------------------------------------------- /client/src/locale/ch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/locale/ch.json -------------------------------------------------------------------------------- /client/src/locale/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/locale/en.json -------------------------------------------------------------------------------- /client/src/locale/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/locale/es.json -------------------------------------------------------------------------------- /client/src/models/files/fileResult.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/models/files/fileResult.ts -------------------------------------------------------------------------------- /client/src/models/files/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/models/files/index.ts -------------------------------------------------------------------------------- /client/src/models/server/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/models/server/index.ts -------------------------------------------------------------------------------- /client/src/models/server/serverRequestModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/models/server/serverRequestModel.ts -------------------------------------------------------------------------------- /client/src/models/users/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/models/users/index.ts -------------------------------------------------------------------------------- /client/src/models/users/userRegisterModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/models/users/userRegisterModel.ts -------------------------------------------------------------------------------- /client/src/registerServiceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/registerServiceWorker.js -------------------------------------------------------------------------------- /client/src/registerServiceWorker.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/registerServiceWorker.ts -------------------------------------------------------------------------------- /client/src/routes/HomeRouter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/routes/HomeRouter.tsx -------------------------------------------------------------------------------- /client/src/routes/IRoute.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/routes/IRoute.ts -------------------------------------------------------------------------------- /client/src/routes/IRouterProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/routes/IRouterProps.ts -------------------------------------------------------------------------------- /client/src/routes/MasterRouter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/routes/MasterRouter.tsx -------------------------------------------------------------------------------- /client/src/routes/PrivateRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/routes/PrivateRoute.tsx -------------------------------------------------------------------------------- /client/src/routes/PublicRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/routes/PublicRoute.tsx -------------------------------------------------------------------------------- /client/src/routes/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/routes/index.ts -------------------------------------------------------------------------------- /client/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/setupTests.js -------------------------------------------------------------------------------- /client/src/store/actions/addToCartActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/addToCartActions.ts -------------------------------------------------------------------------------- /client/src/store/actions/authorizeActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/authorizeActions.ts -------------------------------------------------------------------------------- /client/src/store/actions/checkoutActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/checkoutActions.ts -------------------------------------------------------------------------------- /client/src/store/actions/globalActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/globalActions.ts -------------------------------------------------------------------------------- /client/src/store/actions/imageGalleryActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/imageGalleryActions.ts -------------------------------------------------------------------------------- /client/src/store/actions/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/index.ts -------------------------------------------------------------------------------- /client/src/store/actions/localeActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/localeActions.ts -------------------------------------------------------------------------------- /client/src/store/actions/productActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/productActions.ts -------------------------------------------------------------------------------- /client/src/store/actions/serverActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/serverActions.ts -------------------------------------------------------------------------------- /client/src/store/actions/serverRequestStatusType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/serverRequestStatusType.ts -------------------------------------------------------------------------------- /client/src/store/actions/shippingsActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/shippingsActions.ts -------------------------------------------------------------------------------- /client/src/store/actions/userActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/actions/userActions.ts -------------------------------------------------------------------------------- /client/src/store/configureStore.dev.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/configureStore.dev.ts -------------------------------------------------------------------------------- /client/src/store/configureStore.prod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/configureStore.prod.ts -------------------------------------------------------------------------------- /client/src/store/configureStore.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/configureStore.ts -------------------------------------------------------------------------------- /client/src/store/devTools.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/devTools.tsx -------------------------------------------------------------------------------- /client/src/store/reducers/addToCart/addToCartState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/addToCart/addToCartState.ts -------------------------------------------------------------------------------- /client/src/store/reducers/addToCart/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/addToCart/index.ts -------------------------------------------------------------------------------- /client/src/store/reducers/authorize/AuthorizeState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/authorize/AuthorizeState.ts -------------------------------------------------------------------------------- /client/src/store/reducers/authorize/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/authorize/index.ts -------------------------------------------------------------------------------- /client/src/store/reducers/checkout/CheckoutState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/checkout/CheckoutState.ts -------------------------------------------------------------------------------- /client/src/store/reducers/checkout/ICheckoutAction.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/checkout/ICheckoutAction.ts -------------------------------------------------------------------------------- /client/src/store/reducers/checkout/checkoutReducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/checkout/checkoutReducer.ts -------------------------------------------------------------------------------- /client/src/store/reducers/checkout/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/checkout/index.ts -------------------------------------------------------------------------------- /client/src/store/reducers/global/GlobalState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/global/GlobalState.ts -------------------------------------------------------------------------------- /client/src/store/reducers/global/IGlobalAction.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/global/IGlobalAction.ts -------------------------------------------------------------------------------- /client/src/store/reducers/global/globalReducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/global/globalReducer.ts -------------------------------------------------------------------------------- /client/src/store/reducers/global/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/global/index.ts -------------------------------------------------------------------------------- /client/src/store/reducers/imageGallery/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/imageGallery/index.ts -------------------------------------------------------------------------------- /client/src/store/reducers/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/index.ts -------------------------------------------------------------------------------- /client/src/store/reducers/locale/langugeType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/locale/langugeType.ts -------------------------------------------------------------------------------- /client/src/store/reducers/products/IProductAction.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/products/IProductAction.ts -------------------------------------------------------------------------------- /client/src/store/reducers/products/ProductState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/products/ProductState.ts -------------------------------------------------------------------------------- /client/src/store/reducers/products/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/products/index.ts -------------------------------------------------------------------------------- /client/src/store/reducers/products/productReducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/products/productReducer.ts -------------------------------------------------------------------------------- /client/src/store/reducers/products/productSelector.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/products/productSelector.ts -------------------------------------------------------------------------------- /client/src/store/reducers/rootReducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/rootReducer.ts -------------------------------------------------------------------------------- /client/src/store/reducers/server/IServerAction.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/server/IServerAction.ts -------------------------------------------------------------------------------- /client/src/store/reducers/server/ServerState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/server/ServerState.ts -------------------------------------------------------------------------------- /client/src/store/reducers/server/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/server/index.ts -------------------------------------------------------------------------------- /client/src/store/reducers/server/serverReducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/server/serverReducer.ts -------------------------------------------------------------------------------- /client/src/store/reducers/shippings/ShippingsState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/shippings/ShippingsState.ts -------------------------------------------------------------------------------- /client/src/store/reducers/shippings/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/shippings/index.ts -------------------------------------------------------------------------------- /client/src/store/reducers/users/IUserAction.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/users/IUserAction.ts -------------------------------------------------------------------------------- /client/src/store/reducers/users/UserState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/users/UserState.ts -------------------------------------------------------------------------------- /client/src/store/reducers/users/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/users/index.ts -------------------------------------------------------------------------------- /client/src/store/reducers/users/userReducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/reducers/users/userReducer.ts -------------------------------------------------------------------------------- /client/src/store/sagas/localeSaga.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/sagas/localeSaga.ts -------------------------------------------------------------------------------- /client/src/store/sagas/rootSaga.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/store/sagas/rootSaga.ts -------------------------------------------------------------------------------- /client/src/styles/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/app.css -------------------------------------------------------------------------------- /client/src/styles/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/app.scss -------------------------------------------------------------------------------- /client/src/styles/base/_animate.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/base/_animate.scss -------------------------------------------------------------------------------- /client/src/styles/base/_flaticon.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/base/_flaticon.scss -------------------------------------------------------------------------------- /client/src/styles/base/_grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/base/_grid.scss -------------------------------------------------------------------------------- /client/src/styles/base/_icon.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/base/_icon.scss -------------------------------------------------------------------------------- /client/src/styles/base/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/base/_variables.scss -------------------------------------------------------------------------------- /client/src/styles/checkbox.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/checkbox.min.css -------------------------------------------------------------------------------- /client/src/styles/components/_global.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/components/_global.scss -------------------------------------------------------------------------------- /client/src/styles/components/_home.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/components/_home.scss -------------------------------------------------------------------------------- /client/src/styles/components/_homeHeader.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/components/_homeHeader.scss -------------------------------------------------------------------------------- /client/src/styles/components/_imageGallery.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /client/src/styles/components/_login.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/components/_login.scss -------------------------------------------------------------------------------- /client/src/styles/components/_master.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/components/_master.scss -------------------------------------------------------------------------------- /client/src/styles/components/_masterLoading.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/components/_masterLoading.scss -------------------------------------------------------------------------------- /client/src/styles/components/_profile.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/components/_profile.scss -------------------------------------------------------------------------------- /client/src/styles/components/_sidebar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/components/_sidebar.scss -------------------------------------------------------------------------------- /client/src/styles/components/_signup.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/components/_signup.scss -------------------------------------------------------------------------------- /client/src/styles/components/_userBox.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/components/_userBox.scss -------------------------------------------------------------------------------- /client/src/styles/images/bag-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/bag-big.png -------------------------------------------------------------------------------- /client/src/styles/images/bag-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/bag-small.png -------------------------------------------------------------------------------- /client/src/styles/images/bag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/bag.png -------------------------------------------------------------------------------- /client/src/styles/images/home-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/home-hero.png -------------------------------------------------------------------------------- /client/src/styles/images/men-size-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/men-size-full.png -------------------------------------------------------------------------------- /client/src/styles/images/men.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/men.png -------------------------------------------------------------------------------- /client/src/styles/images/sidemain-men.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/sidemain-men.png -------------------------------------------------------------------------------- /client/src/styles/images/sidemainfull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/sidemainfull.png -------------------------------------------------------------------------------- /client/src/styles/images/sidemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/sidemen.png -------------------------------------------------------------------------------- /client/src/styles/images/success-300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/success-300.png -------------------------------------------------------------------------------- /client/src/styles/images/wow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/images/wow.png -------------------------------------------------------------------------------- /client/src/styles/rangeslider.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/styles/rangeslider.min.css -------------------------------------------------------------------------------- /client/src/tests/components/productComponent.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/tests/components/productComponent.test.js -------------------------------------------------------------------------------- /client/src/theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/theme.js -------------------------------------------------------------------------------- /client/src/typings/react-day-picker.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/src/typings/react-day-picker.d.ts -------------------------------------------------------------------------------- /client/src/typings/react-linkif.d.ts: -------------------------------------------------------------------------------- 1 | declare module 'react-linkify' -------------------------------------------------------------------------------- /client/src/typings/react-loadable.d.ts: -------------------------------------------------------------------------------- 1 | declare module 'react-loadable' -------------------------------------------------------------------------------- /client/src/typings/react-parallax.ts: -------------------------------------------------------------------------------- 1 | declare module 'react-parallax' 2 | -------------------------------------------------------------------------------- /client/src/typings/react-share.ts: -------------------------------------------------------------------------------- 1 | declare module 'react-share' 2 | -------------------------------------------------------------------------------- /client/src/typings/react-string-replace.d.ts: -------------------------------------------------------------------------------- 1 | declare module 'react-string-replace' -------------------------------------------------------------------------------- /client/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/tsconfig.json -------------------------------------------------------------------------------- /client/tsconfig.prod.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/tsconfig.prod.json -------------------------------------------------------------------------------- /client/tsconfig.test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/tsconfig.test.json -------------------------------------------------------------------------------- /client/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/tslint.json -------------------------------------------------------------------------------- /client/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/client/yarn.lock -------------------------------------------------------------------------------- /server/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/.editorconfig -------------------------------------------------------------------------------- /server/.env: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/.eslintrc -------------------------------------------------------------------------------- /server/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/.gitignore -------------------------------------------------------------------------------- /server/.nvmrc: -------------------------------------------------------------------------------- 1 | 7.6.0 2 | -------------------------------------------------------------------------------- /server/.nycrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/.nycrc -------------------------------------------------------------------------------- /server/.sequelizerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/.sequelizerc -------------------------------------------------------------------------------- /server/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/LICENSE.md -------------------------------------------------------------------------------- /server/Procfile: -------------------------------------------------------------------------------- 1 | web: npm start 2 | -------------------------------------------------------------------------------- /server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/README.md -------------------------------------------------------------------------------- /server/cluster.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/cluster.js -------------------------------------------------------------------------------- /server/config/database.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/config/database.js -------------------------------------------------------------------------------- /server/config/environments/development.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/config/environments/development.js -------------------------------------------------------------------------------- /server/config/environments/production.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/config/environments/production.js -------------------------------------------------------------------------------- /server/config/environments/test.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | web: {} 3 | }; 4 | -------------------------------------------------------------------------------- /server/config/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/config/index.js -------------------------------------------------------------------------------- /server/config/passport.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/config/passport.js -------------------------------------------------------------------------------- /server/config/smtp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/config/smtp.js -------------------------------------------------------------------------------- /server/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/index.js -------------------------------------------------------------------------------- /server/logs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/package.json -------------------------------------------------------------------------------- /server/scripts/cleanup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/scripts/cleanup.js -------------------------------------------------------------------------------- /server/src/app/Application.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/Application.js -------------------------------------------------------------------------------- /server/src/app/Operation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/Operation.js -------------------------------------------------------------------------------- /server/src/app/auth/Login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/auth/Login.js -------------------------------------------------------------------------------- /server/src/app/auth/Logout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/auth/Logout.js -------------------------------------------------------------------------------- /server/src/app/auth/Signup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/auth/Signup.js -------------------------------------------------------------------------------- /server/src/app/auth/UserInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/auth/UserInfo.js -------------------------------------------------------------------------------- /server/src/app/auth/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/auth/index.js -------------------------------------------------------------------------------- /server/src/app/category/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/category/index.js -------------------------------------------------------------------------------- /server/src/app/department/GetAllDepartments.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/department/GetAllDepartments.js -------------------------------------------------------------------------------- /server/src/app/department/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/department/index.js -------------------------------------------------------------------------------- /server/src/app/product/GetAllProducts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/product/GetAllProducts.js -------------------------------------------------------------------------------- /server/src/app/product/GetAllProductsByCategory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/product/GetAllProductsByCategory.js -------------------------------------------------------------------------------- /server/src/app/product/GetAllProductsByText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/product/GetAllProductsByText.js -------------------------------------------------------------------------------- /server/src/app/product/GetProductAttributes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/product/GetProductAttributes.js -------------------------------------------------------------------------------- /server/src/app/product/GetProductDetails.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/product/GetProductDetails.js -------------------------------------------------------------------------------- /server/src/app/product/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/product/index.js -------------------------------------------------------------------------------- /server/src/app/shipping/GetShippingRates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/shipping/GetShippingRates.js -------------------------------------------------------------------------------- /server/src/app/shipping/GetShippingRegions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/shipping/GetShippingRegions.js -------------------------------------------------------------------------------- /server/src/app/shipping/GetShippings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/shipping/GetShippings.js -------------------------------------------------------------------------------- /server/src/app/shipping/UpdateShippings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/shipping/UpdateShippings.js -------------------------------------------------------------------------------- /server/src/app/shipping/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/shipping/index.js -------------------------------------------------------------------------------- /server/src/app/store/AddToCart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/store/AddToCart.js -------------------------------------------------------------------------------- /server/src/app/store/GetCart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/store/GetCart.js -------------------------------------------------------------------------------- /server/src/app/store/PlaceOrder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/store/PlaceOrder.js -------------------------------------------------------------------------------- /server/src/app/store/UpdateCartItem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/store/UpdateCartItem.js -------------------------------------------------------------------------------- /server/src/app/store/UpdateOrder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/store/UpdateOrder.js -------------------------------------------------------------------------------- /server/src/app/store/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/app/store/index.js -------------------------------------------------------------------------------- /server/src/container.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/container.js -------------------------------------------------------------------------------- /server/src/domain/category/Category.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/domain/category/Category.js -------------------------------------------------------------------------------- /server/src/domain/customer/Customer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/domain/customer/Customer.js -------------------------------------------------------------------------------- /server/src/domain/department/Department.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/domain/department/Department.js -------------------------------------------------------------------------------- /server/src/domain/product/Product.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/domain/product/Product.js -------------------------------------------------------------------------------- /server/src/domain/shipping/Shipping.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/domain/shipping/Shipping.js -------------------------------------------------------------------------------- /server/src/domain/shipping/ShippingRate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/domain/shipping/ShippingRate.js -------------------------------------------------------------------------------- /server/src/domain/shipping/ShippingRegion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/domain/shipping/ShippingRegion.js -------------------------------------------------------------------------------- /server/src/domain/store/Orders.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/domain/store/Orders.js -------------------------------------------------------------------------------- /server/src/domain/store/ShoppingCart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/domain/store/ShoppingCart.js -------------------------------------------------------------------------------- /server/src/infra/category/SequelizeCategoryMapper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/category/SequelizeCategoryMapper.js -------------------------------------------------------------------------------- /server/src/infra/customer/SequelizeCustomerMapper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/customer/SequelizeCustomerMapper.js -------------------------------------------------------------------------------- /server/src/infra/database/migrate/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/src/infra/database/models/AttributeValue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/AttributeValue.js -------------------------------------------------------------------------------- /server/src/infra/database/models/Category.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/Category.js -------------------------------------------------------------------------------- /server/src/infra/database/models/Customer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/Customer.js -------------------------------------------------------------------------------- /server/src/infra/database/models/Department.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/Department.js -------------------------------------------------------------------------------- /server/src/infra/database/models/Product.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/Product.js -------------------------------------------------------------------------------- /server/src/infra/database/models/ProductAttribute.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/ProductAttribute.js -------------------------------------------------------------------------------- /server/src/infra/database/models/ProductCategory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/ProductCategory.js -------------------------------------------------------------------------------- /server/src/infra/database/models/ShippingRate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/ShippingRate.js -------------------------------------------------------------------------------- /server/src/infra/database/models/ShippingRegion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/ShippingRegion.js -------------------------------------------------------------------------------- /server/src/infra/database/models/ShoppingCart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/ShoppingCart.js -------------------------------------------------------------------------------- /server/src/infra/database/models/attribute.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/attribute.js -------------------------------------------------------------------------------- /server/src/infra/database/models/audit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/audit.js -------------------------------------------------------------------------------- /server/src/infra/database/models/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/index.js -------------------------------------------------------------------------------- /server/src/infra/database/models/order_detail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/order_detail.js -------------------------------------------------------------------------------- /server/src/infra/database/models/orders.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/orders.js -------------------------------------------------------------------------------- /server/src/infra/database/models/review.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/review.js -------------------------------------------------------------------------------- /server/src/infra/database/models/tax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/models/tax.js -------------------------------------------------------------------------------- /server/src/infra/database/scripts/ecommerce.sql.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/database/scripts/ecommerce.sql.zip -------------------------------------------------------------------------------- /server/src/infra/database/seeds/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/src/infra/factoryGirl/FactoriesLoader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/factoryGirl/FactoriesLoader.js -------------------------------------------------------------------------------- /server/src/infra/factoryGirl/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/factoryGirl/index.js -------------------------------------------------------------------------------- /server/src/infra/logging/LoggerStreamAdapter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/logging/LoggerStreamAdapter.js -------------------------------------------------------------------------------- /server/src/infra/logging/logger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/logging/logger.js -------------------------------------------------------------------------------- /server/src/infra/mail/EmailHandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/mail/EmailHandler.js -------------------------------------------------------------------------------- /server/src/infra/mail/placeOrder/html.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/mail/placeOrder/html.pug -------------------------------------------------------------------------------- /server/src/infra/mail/placeOrder/subject.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/mail/placeOrder/subject.pug -------------------------------------------------------------------------------- /server/src/infra/product/SequelizeProductMapper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/product/SequelizeProductMapper.js -------------------------------------------------------------------------------- /server/src/infra/sequelize/ModelsLoader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/sequelize/ModelsLoader.js -------------------------------------------------------------------------------- /server/src/infra/sequelize/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/sequelize/index.js -------------------------------------------------------------------------------- /server/src/infra/shipping/SequelizeShippingMapper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/shipping/SequelizeShippingMapper.js -------------------------------------------------------------------------------- /server/src/infra/store/SequelizeCartMapper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/store/SequelizeCartMapper.js -------------------------------------------------------------------------------- /server/src/infra/store/SequelizeCartsRepository.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/store/SequelizeCartsRepository.js -------------------------------------------------------------------------------- /server/src/infra/store/SequelizeOrderMapper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/store/SequelizeOrderMapper.js -------------------------------------------------------------------------------- /server/src/infra/store/SequelizeOrdersRepository.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/store/SequelizeOrdersRepository.js -------------------------------------------------------------------------------- /server/src/infra/support/dataFaker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/infra/support/dataFaker.js -------------------------------------------------------------------------------- /server/src/interfaces/console/Console.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/console/Console.js -------------------------------------------------------------------------------- /server/src/interfaces/console/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/console/index.js -------------------------------------------------------------------------------- /server/src/interfaces/http/Server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/Server.js -------------------------------------------------------------------------------- /server/src/interfaces/http/auth/AuthController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/auth/AuthController.js -------------------------------------------------------------------------------- /server/src/interfaces/http/auth/AuthSerializer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/auth/AuthSerializer.js -------------------------------------------------------------------------------- /server/src/interfaces/http/auth/SignoutController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/auth/SignoutController.js -------------------------------------------------------------------------------- /server/src/interfaces/http/auth/SignupController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/auth/SignupController.js -------------------------------------------------------------------------------- /server/src/interfaces/http/auth/UserInfoController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/auth/UserInfoController.js -------------------------------------------------------------------------------- /server/src/interfaces/http/errors/devErrorHandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/errors/devErrorHandler.js -------------------------------------------------------------------------------- /server/src/interfaces/http/errors/errorHandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/errors/errorHandler.js -------------------------------------------------------------------------------- /server/src/interfaces/http/router.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/router.js -------------------------------------------------------------------------------- /server/src/interfaces/http/store/CartSerializer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/store/CartSerializer.js -------------------------------------------------------------------------------- /server/src/interfaces/http/store/OrderSerializer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/store/OrderSerializer.js -------------------------------------------------------------------------------- /server/src/interfaces/http/store/StoresController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/store/StoresController.js -------------------------------------------------------------------------------- /server/src/interfaces/http/swagger/swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/src/interfaces/http/swagger/swagger.json -------------------------------------------------------------------------------- /server/test/features/api/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/test/features/api/auth/getUserInfo.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/features/api/auth/getUserInfo.spec.js -------------------------------------------------------------------------------- /server/test/features/api/auth/login.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/features/api/auth/login.spec.js -------------------------------------------------------------------------------- /server/test/features/api/auth/logout.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/features/api/auth/logout.spec.js -------------------------------------------------------------------------------- /server/test/features/api/auth/signup.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/features/api/auth/signup.spec.js -------------------------------------------------------------------------------- /server/test/features/api/product/listProducts.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/features/api/product/listProducts.spec.js -------------------------------------------------------------------------------- /server/test/features/api/store/addToCart.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/features/api/store/addToCart.spec.js -------------------------------------------------------------------------------- /server/test/features/api/store/getCart.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/features/api/store/getCart.spec.js -------------------------------------------------------------------------------- /server/test/features/api/store/placeOrder.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/features/api/store/placeOrder.spec.js -------------------------------------------------------------------------------- /server/test/features/api/store/updateCartItem.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/features/api/store/updateCartItem.spec.js -------------------------------------------------------------------------------- /server/test/features/api/store/updateOrder.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/features/api/store/updateOrder.spec.js -------------------------------------------------------------------------------- /server/test/mocha.opts.features: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/mocha.opts.features -------------------------------------------------------------------------------- /server/test/mocha.opts.unit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/mocha.opts.unit -------------------------------------------------------------------------------- /server/test/setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/setup.js -------------------------------------------------------------------------------- /server/test/support/cleanDatabase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/cleanDatabase.js -------------------------------------------------------------------------------- /server/test/support/factories/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/test/support/factories/attribute.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factories/attribute.js -------------------------------------------------------------------------------- /server/test/support/factories/attributeValue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factories/attributeValue.js -------------------------------------------------------------------------------- /server/test/support/factories/category.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factories/category.js -------------------------------------------------------------------------------- /server/test/support/factories/customer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factories/customer.js -------------------------------------------------------------------------------- /server/test/support/factories/department.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factories/department.js -------------------------------------------------------------------------------- /server/test/support/factories/product.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factories/product.js -------------------------------------------------------------------------------- /server/test/support/factories/productAttribute.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factories/productAttribute.js -------------------------------------------------------------------------------- /server/test/support/factories/productCategory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factories/productCategory.js -------------------------------------------------------------------------------- /server/test/support/factories/shippingRate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factories/shippingRate.js -------------------------------------------------------------------------------- /server/test/support/factories/shippingRegion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factories/shippingRegion.js -------------------------------------------------------------------------------- /server/test/support/factory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/factory.js -------------------------------------------------------------------------------- /server/test/support/request.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/support/request.js -------------------------------------------------------------------------------- /server/test/unit/app/Operation.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/unit/app/Operation.spec.js -------------------------------------------------------------------------------- /server/test/unit/app/auth/Signup.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/unit/app/auth/Signup.spec.js -------------------------------------------------------------------------------- /server/test/unit/domain/customer/Customer.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipragmatechadmin/React-Ecommerce-Builder/HEAD/server/test/unit/domain/customer/Customer.spec.js --------------------------------------------------------------------------------