Giter Club home page Giter Club logo

angular-shopping-cart's Introduction

FRONTEND Angular task

open command prompt- cmd run below command in program files where google.exe is present Chrome --disable-web-security --user-data-dir installation and setup npm install npm run build:all http-server -o

Story

As a customer I want to maintain a shopping list by adding and removing articles, to have a good overview about articles which I may want to buy later.

Acceptance criteria:

  • Products can be searched with a search field
  • Each product can be added to a shopping list
  • Shopping list can be viewed
  • Products can be removed from shopping list
  • Name of shopping lists can be defined and changed

API connection:

  • Client may restrict access to API. This can be bypassed.

Design:

  • User friendly. No specific restrictions.

Setup

We provide a simple Angular 1.x starter application. This runs with similar dependencies and modules like our shop. Please have a look into the package.json file to check existing scripts you can use.

Developer informations

Here you can find endpoints and parameters you can use for your application. โ€จAPI Endpoint: https://api.efood.real.de/api/v2/real

Search:

GET: products/search
    Params: 
    query: string (example below)
 	currentPage: int (starting from 0)
 	pageSize: int (items per page)

Query example:

{term}:{sorting}:category:{categoryID}
term = free text query
sorting = relevance / price-(asc|desc) / name-(asc|desc)
category = 1 is all categories

Result

Please provide us your result via mail. You can provide us a zip file or if possible a repository with your commits.

Good Luck

If you have any questions or need additional information, please always feel free to ask!

angular-shopping-cart's People

Contributors

sudhamsh-kodam avatar

Watchers

James Cloos 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.