Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 646 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 646 Bytes

WeltN24 technical task

Different approaches are located in 2 folders:

  • minimal is minimalistic solution for given task.
  • full React application with more advanced concepts.

Minimal

To run:

cd minimal
npm install
npm start

look at logs in node console.

Technologies: fetch api, Promises

Full

To run:

cd full
npm install
npm start

open http://localhost:3000/

look at logs in browser console.

Preview here

Technologies: Es6/7, fetch api, Promises, new module system, async / await, React, Domain Driven Design, decoupling

Preview