# Client-side Server Codebase Setup

To set up the code base on the client-side, a folder was created by the frontend engineer on the local machine, the already-created i-validate repo was cloned, and a react app was created using "npx create-react-app i-validate."

The following are the dependencies added to the i-validate app:

* React-Router DOM,
* React-icons,
* EmailJs,
* IBM-Waston,
* React-bar-chart,
* Bootstrap Framework,
* Firebase.

All these dependencies were added to the app using the following node package manager codes:

1. npm install react-router dom,
2. npm install bootstrap,
3. npm install firebase.

Then, for the naming conventions of the CSS, and HTML, we will be using camel case for uniformity and semantic HTML tags.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://house-ikenga.gitbook.io/i-validate-trd/system-architecture/client-side-server-codebase-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
