Coder Social home page Coder Social logo

printifytest's Introduction

Printify frontend homework

Install

npm i

Run

Run development server

npm start

Open browser and go to http://localhost:4200

About

Structure

App components separated to 4 parts:

  • pages
  • containers
  • view
  • ui

Pages contains components that connect directly to the router. This approach allows you to quickly customize and find the pages you need.

Containers contain application logic. All calculations and connections to services are contained here. The given approach allows not to scatter logic on the application, and to keep it in specially allocated components. This simplifies the development and the search for possible problems.

View. This component type describes the properties obtained and renders the layout. Because there is no logic in the components, these components allows them to be reused.

ui This type of component is a simple component for the user interface. These are wrappers over existing components from other libraries and specialize to application needs.

By the same principle, are also separated modules

User flow

On clicking "Import Orders" button open modal window. Order and Product can be filtrated and chosen just by clicking. Then user can chose type of product. I added product step, because i don't understand what should be after choosing order. On every step I added some request to static json file. As we have all chosen data by user we could use it to send to server.

printifytest's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.