Skip to content

HeatTransformers/warehouse-ts-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warehouse Typescript Challenge

Typescript Challenge for medior/senior

Build a warehouse packaging line.

Build packages based on the orders list found on the API.

  • Build complete packages of required articles
    • Connect an invoice with total price & articles
  • Produce a restocking list for items that will run out of stock soon
  • Throw helpful warnings when orders are unable to be executed
  • 💥BONUS💥: unit test your code with jest

Requirements

  • Solution must be in Typescript
  • You can make use of the powerful JS/TS ecosystem
  • No need to build an interface, output in console is fine
  • Fork this repo, do your thing, and push to your public Github repo.

Setting up

Run npm install.

Run the data server

The data you need is provided via API. Run locally with npm run serve.

Run your solution

Your solution should be runnable with npm run start.

Run tests

Run tests with npm run test.

About

Warehouse packaging challenge, in Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published