diff --git a/README.md b/README.md
index ce3497a..46a712e 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,14 @@ Activity Tracker
+## Technologies
+
+Front-end: Svelte and Fluent Svelte for visual components, svelte-tiny-linked-charts for charts visualization.
+
+Back-end: TypeScript bindings for Svelte are provided by the ts-rs crate.
+serde and serde_json for serialization. rdev for global input events.
+Massive use of MPSC channels in Rust code because data goes only one way.
+
## How to develop
Recommended IDE Setup:
@@ -31,4 +39,4 @@ Start dev command from root project
```
cargo tauri dev
```
-depends on the package manager used to install tauri CLI.
\ No newline at end of file
+depends on the package manager used to install tauri CLI.