From 25d13910fc025303da17eba644bb2cbd3febaf78 Mon Sep 17 00:00:00 2001
From: Rehan Khalil <rehkha@utu.fi>
Date: Thu, 13 Jun 2024 11:21:34 +0300
Subject: [PATCH] updated README.md

---
 README.md | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/README.md b/README.md
index cd96e3b..bd09d17 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,37 @@
 # Aistikattila Meeting Room
+
+Aistikattila Meeting Room is a web application designed to streamline meeting management. It allows users to view today's meetings, check available time slots, and navigate through upcoming or previous meetings on an interactive calendar.
+
+## Demo
+
+https://flavoria.fi/reservations
+
+## Run Locally
+
+Clone the project
+
+```bash
+  git clone https://gitlab.utu.fi/aistikattila/calendar.git
+```
+
+Go to the project directory
+
+```bash
+  cd my-project
+```
+
+Install dependencies
+
+```bash
+  npm install
+```
+
+Start the development server
+
+```bash
+  npm run dev
+```
+
+## Tech Stack
+
+**Client:** Vite, React, Redux, TailwindCSS, Material UI, i18n
-- 
GitLab