https://github.com/alejandro945/energo-client
Build a simple containerized dashboard application, to show a screen like below, using one of the standard UI frameworks. The values to fill in are provided in JSON format after the image. Use the images in your email for the left bar and top bar (these don’t need to be clickable).
https://github.com/alejandro945/energo-client
next14 react
Last synced: about 2 months ago
JSON representation
Build a simple containerized dashboard application, to show a screen like below, using one of the standard UI frameworks. The values to fill in are provided in JSON format after the image. Use the images in your email for the left bar and top bar (these don’t need to be clickable).
- Host: GitHub
- URL: https://github.com/alejandro945/energo-client
- Owner: alejandro945
- Created: 2023-12-16T19:17:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T02:58:55.000Z (over 2 years ago)
- Last Synced: 2025-05-16T23:35:46.589Z (about 1 year ago)
- Topics: next14, react
- Language: TypeScript
- Homepage: https://energo-client.vercel.app
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Energo project client
Build a simple containerized dashboard application, to show a screen like below, using one of
the standard UI frameworks. The values to fill in are provided in JSON format after the image.
Use the images in your email for the left bar and top bar (these don’t need to be clickable).
Also, given there is no CSS attached, focus on getting the dashboard elements right using the
values from JSON, but ensure that the overall look and feel are generally similar to what’s
shown.
## Architecture

## Evidences
### Real time Dashboard

### Web Alerts creation (Simulation of IOT Porducer)

### API Platform creation

### Dto Validations

### Broker queue

## Installation
```bash
npm install
```
## Usage
```bash
npm run start
```