A React dashboard to view temperature, humidity and motion detection data produced by the ESP32 sensor module project.
This diagram shows the services that produce and transport the data used in this dashboard.

The code for the following services can be found in these locations:
The following environment variables must be set for this app to work.
| Variable | Description |
|---|---|
| REACT_APP_READINGS_API | Host of the readings API, ex. http://your-api-host.com |
| REACT_APP_READINGS_API_ENDPOINT | Endpoint for the readings API, ex /get-data |
npm start