edindelan / shop-api-demo

A small demo showcasing how to use Zalando's Shop API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zalando Shop API Demo

This is a simple single page application that showcases basic capabilities of Zalando Shop API, such as fetching categories, using them to filter articles and finally getting detailed information about the article.

See it in action

Development

There are a couple of things that need to be installed first:

  • Node.js
  • gulp (sudo npm install -g gulp)

Now, enter the directory the repository was cloned to and type:

npm install
gulp

This will install all the necessary dependencies and spin up webpack development server with hot code pushes for React components and LESS styles for blazing fast development experience.

Demo Technology Stack

Sample Projects

  • Zalmemo: Created during Zalando Hack Week. A simple memory game built with Angular 2.

About

A small demo showcasing how to use Zalando's Shop API


Languages

Language:JavaScript 88.7%Language:CSS 11.3%