Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# POC Repository

## Answers to Customer Questions

### 1. What color is produced when mixing yellow and red?

When yellow and red are mixed together, the result is **Orange**.

> **Note:** The customer mentioned this was set to **Green**, which is incorrect. Yellow + Red = **Orange** (standard subtractive/additive color mixing). This should be corrected wherever the value of "Green" has been set.

---

### 2. README.md of `sasinomalabs/remote-ping`

The repository [`sasinomalabs/remote-ping`](https://github.com/sasinomalabs/remote-ping) **does not contain a README.md file**.

The repository currently contains the following files:
- `index.js`
- `package.json`

A README.md should be added to that repository to properly document the project.

---

### 3. README.md of `sasinomalabs/testlocal`

The repository `sasinomalabs/testlocal` **does not exist**. There is no repository at that location and therefore no README.md can be provided.

---

### 4. What code language is used in the `poc` repository?

The `sasinomalabs/poc` repository uses **HTML**.

The primary file is `login.html`, which is a simple HTML login page.