From 399ae646005db39dbd0d79c95e9d75280262d156 Mon Sep 17 00:00:00 2001
From: xdvora19 <xdvora19@fi.muni.cz>
Date: Thu, 2 May 2024 15:37:10 +0200
Subject: [PATCH] reformat architecture text

---
 docs/technical-documentation/architecture/overview.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/technical-documentation/architecture/overview.md b/docs/technical-documentation/architecture/overview.md
index 83cf4cf..40a362a 100644
--- a/docs/technical-documentation/architecture/overview.md
+++ b/docs/technical-documentation/architecture/overview.md
@@ -1,14 +1,16 @@
 ## Key Components
 ### Backend Architecture
+The backend component of the INJECT platform handles data management, authentication, and communication with the frontend. It is built using Python and Django, a high-level web development framework. Key components of the backend architecture include:
 
-* Python Backend: The backend of the INJECT platform is implemented using Python, a popular and versatile programming language.
+* Python Backend: The backend of the INJECT platform is implemented using Python.
 * Django Framework: Django, the most popular web development framework for Python, is used to build the backend application. Django provides robust features for database management, user authentication, and more.
 * GraphQL API: The backend exposes a GraphQL API for communication with the frontend. GraphQL allows efficient data fetching and enables the client to request only the data it needs.
 * Django REST Framework: For file transfers and other functionalities not supported by GraphQL, a REST API is implemented using Django REST Framework.
 
 ### Frontend Architecture
+The frontend component of the INJECT platform is responsible for providing a user-friendly interface for designing, performing, and evaluating tabletop exercises. It utilizes modern web technologies including:
 
-* React Frontend: The frontend application of the INJECT platform is developed using React, a powerful library for building user interfaces.
+* React Frontend: The frontend application of the INJECT platform is developed using React, library for building user interfaces.
 * TypeScript: TypeScript is used instead of JavaScript to ensure type safety and improve code quality.
 * React Hooks: React hooks play a crucial role in modern React programming, providing essential features such as state management and performing side effects.
 * Libraries and Tools: Various libraries and tools, including Yarn, Vite, Apollo Client, and Generouted, are utilized for package management, building, data management, and routing within the frontend application.
\ No newline at end of file
-- 
GitLab