To help personalize content, tailor and measure ads, and provide a safer experience, we use cookies. By clicking or navigating the site, you agree to allow our collection of information on and off Facebook through cookies. Learn more, including about available controls: Cookie Policy.
bg-img

front-end

Front-end development services

The front-end of your solution is what your users and customers see first. As the saying goes, you never get a second chance to make a first impression. We have a proven track record in getting it right the first time by building attractive, intuitive graphical user interfaces using Angular, React and Vue frameworks.

pixel perfect coding

The essence of the pixel perfect coding approach is to ensure that the layout the client approves precisely matches the one that is built. Therefore, the developer creates all elements with 100% accuracy in line with the agreed template.

    @import "variables"

    .input
      background-color: $bluish
      box-shadow: none
      border: 1px solid #283740
      font-size: 14px
      height: 46px
      color: #ffffff
      font-family: $Montserrat
      transition: .5s all

      &:hover
        border-color: darken( $lynch, 20% )
                            

responsive coding

Responsiveness is a must for the solutions that enter the market. DB2 focuses on responsive coding to enable users to use a product on any device.

technology stack

  • languages:
  • JavaScript (ES6 - ES-next)
  • TypeScript
  • frameworks:
  • Angular
  • React
  • Vue
  • ElectronJS
  • state management:
  • Redux
  • Vuex
  • ngRx
  • css frameworks:
  • Bootstrap
  • Materialize
  • bundlers:
  • Webpack
  • Gulp
  • Grunt
  • package managers:
  • NPM
  • Yarn
  • css preprocessors:
  • SASS / LESS / SCSS / CSS
  • utility libraries:
  • RxJs
  • Lodash

API

API acts as an intermediary between the database and the user when performing their requests. It is necessary to connect the frontend processes to the API to organize the transfer of information from the database to the end user.

component based
architecture