From e2c29db4d2436d805ef3ddac42143648ae62a331 Mon Sep 17 00:00:00 2001
From: Snigdha Patibandla <102572480+SnigdhaP2022@users.noreply.github.com>
Date: Wed, 9 Aug 2023 20:31:21 +0530
Subject: [PATCH] Create README.md
---
Frontend-Projects/Qwickstay/README.md | 69 +++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
create mode 100644 Frontend-Projects/Qwickstay/README.md
diff --git a/Frontend-Projects/Qwickstay/README.md b/Frontend-Projects/Qwickstay/README.md
new file mode 100644
index 0000000000..396f21445d
--- /dev/null
+++ b/Frontend-Projects/Qwickstay/README.md
@@ -0,0 +1,69 @@
+
Documentation on Qwickstay site
+
+Stay is your overnight visit at a hotel where you will need an accommodation to stay regardless of the number of nights. For example, whether if you are staying at a hotel for 2, 5, 10 days or even 2 weeks, that is still counted as 1 stay.
+
+
+
+
+
+
+# Screenshots :
+Home Page
+
+Hotels page
+
+
+Contact page
+
+Login Page
+
+
+
+
+# Dependencies Required:
+
+ - Just a Browser which can support HTML5, CSS3, JavaScript
+ - To open the website of Qwickstay open index.html file in your browser,
+- It will be running on the local host:5500
+
+### How to Run it Locally:
+
+- At first Clone the Repository by using the command:
+```
+ - git clone https://github.com/pranjay-poddar/Dev-Geeks.git
+```
+
+- Change Directory By using:
+ - ``` cd Dev-Geeks ```
+- Always wiser to create different branch while doing updates rather doing in main
+ - ``` git branch unique ```
+ - ``` git checkout unique ```
+- Make necessary changes/update you need.
+- After changes has been made.
+ - ``` git add . ```
+ - ``` git commit -m "Add any message" ```
+- Now, changes reflected by using push command.
+ - ```git push upstream unique```
+
+ Thus, we can merge the changes which were made by you.After successful review of carefully observation of your code by reviewer your code will be merged to the main branch.
+ Happy Coding 😀
+
+
+
+## **Built With**
+
+- 
+- 
+- 
+
+
+
+
+## **Tools Used**
+
+- 
+- 
+- 
+
+
+