Stackworx

Stackworx.io

View on GitHub

Build Monitor Assignment

The goal of this assignment is to create a simple build monitor. It is often convenient to create an endpoint that can be used to check the current status of a server or environment. With an endpoint like this implemented it can be monitored externally and can aid is diagnosing the source of issues quickly.

See here for initial project setup

This is a simple React assignment to test your javascript proficiency. First download the project zip from here. Unzip the file and run the following commands

yarn
yarn start

This should open the project in your browser. If it does not navigate to localhost:3000

Requirements

Bonus Requirements:

Hints

Help

Send an email to assignment@stackworx.io if you get stuck

Learning Resources

Endpoints