diff --git a/src/components/TuiProgressBar.vue b/src/components/TuiProgressBar.vue
new file mode 100644
index 0000000..a8a5394
--- /dev/null
+++ b/src/components/TuiProgressBar.vue
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+ [
+ {{ barString }}
+ ]
+ {{ percentage.toString().padStart(3, ' ') }}%
+
+
+
+ >> Status:
+ {{ status }}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Main.vue b/src/views/Main.vue
index e3535d1..d847590 100644
--- a/src/views/Main.vue
+++ b/src/views/Main.vue
@@ -140,24 +140,35 @@
+
+
+
+
+
+