From f11276b764599af49d5bc404db441fbcd6364dca Mon Sep 17 00:00:00 2001 From: Nirzara Ghure <113231114+nirzaraghure@users.noreply.github.com> Date: Fri, 6 Feb 2026 09:06:08 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20GitGenius:=20AI-generated=20code?= =?UTF-8?q?=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ARCHITECTURE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ARCHITECTURE.md diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md new file mode 100644 index 0000000..744e6dc --- /dev/null +++ b/ARCHITECTURE.md @@ -0,0 +1,24 @@ +# System Architecture + +```mermaid +graph TD + A[Frontend] --> B[index.html] + A --> C[style.css] + A --> D[script.js] + B --> E[UI Rendering] + C --> F[CSS Styling] + D --> G[JavaScript Logic] + H[Backend] --> I[Dockerfile] + H --> J[Jenkinsfile] + I --> K[Containerization] + J --> L[CI/CD Pipeline] + M[ Technologies ] --> N[HTML/CSS/JS] + M --> O[Node.js/Docker/Jenkins] + P[Data Flow] --> Q[Frontend -> Backend] + Q --> R[API Calls] + S[Folder Responsibility] + S --> T[Frontend: src/index.html, src/script.js, src/style.css] + S --> U[Backend: src/Dockerfile, src/Jenkinsfile] +``` + +> Generated by GitGenius Sentinel \ No newline at end of file