Apdex Board - Code challenge: Assessment developed in order to deliver a client-side framework-less / library-less solution to display some apps info.
It’s just another test…
Apdex Board - Code challenge: Assessment developed in order to deliver a client-side framework-less / library-less solution to display some apps info.
We want to build a new page view that shows the list of applications running on every host. You are asked to build a new feature to display the most satisfying applications deployed on each host.
Click on the following link (Github page project):
https://christianjtr.github.io/apdex-board
The project requires Node.js and NPM to run.
Clone the repository:
git clone https://github.com/christianjtr/apdex-board-code-challenge.git
Install the dependencies and devDependencies, next start the server:
$ npm install
$ npm run start
Then, access to this address:
http://localhost:8080
Link to the project at your local environment.
To build the project run this command (Development or Production):
$ npm run build:dev
$ npm run build:prod
First off, It is just a test, so I tried to implement a kind of pseudo-solution by using web components.
Vanilla JS + TypeScript v3.9, Webpack v4, Styling (BEM like by using Flexbox, CSS Grid, mediaQueries).