Giter VIP home page Giter VIP logo

The case

Your assignment is to create a simple web application that lists the items (and locations if you are ambitious) available in the API described below.

  • It should be clear which items belong to which location and how much they cost (prices are in Swedish ΓΆre).
  • Present the items in a way that you believe makes the most sense for a user looking for something to purchase.
  • It should be possible to filter on locations and ingredients by text search.
  • It should be possible to sort items by name, price and location.

You are free to setup the project in any way you see fit but the requirements are as follows:

  • Use React (and Redux if you want to).
  • Use a modern version of JavaScript (ECMAScript 6 at least).
  • Add docs so we know how to run the example.
  • Add comments whenever you're making an assumption.

Whenever something is unclear, make assumptions. How you deal with those are also part of the challenge :).

Delivery

There is no deadline but the sooner the better. Once you are done, put the code in a git repo and send a mail to [email protected] with a link to the repo or the repo tar ball.

The API

GET /items

Returns all items

GET /items/:id

Returns one item

GET /locations

Returns all locations

GET /locations/:id

Returns one location

GET /locations/:id/items

Returns all items for one location

Karmalicious AB's Projects

cluster icon cluster

Easy Map Annotation Clustering πŸ“

react-native-touch-through-view icon react-native-touch-through-view

Component library that allows for scroll views and table views to scroll over interactable content without poor performing size and bounds animations.

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.