Simple vanillajs fetcher for posts&comments from https://jsonplaceholder.typicode.com/
-
I used webpack to make dev easyer
-
Project uses MVC pattern
-
When localhost is initiated, it will fetch for all comments, paginated
- number of articles rendered on page could be changed in: src\js\config.js
-
In model is state management with additional fetch requests
-
Assignation was to render comments&posts that are called by get function in: js\utils\index.js
-
The project uses fontawesome 5
yarn & yarn dev
!! This will not work on IE do to javascript fetch, css variables