Different approaches are located in 2 folders:
minimal
is minimalistic solution for given task.full
React application with more advanced concepts.
To run:
cd minimal
npm install
npm start
look at logs in node console.
Technologies: fetch api, Promises
To run:
cd full
npm install
npm start
open http://localhost:3000/
look at logs in browser console.
Technologies: Es6/7, fetch api, Promises, new module system, async / await, React, Domain Driven Design, decoupling