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

+Screenshot 2023-08-09 at 8 22 18 PM +

Hotels page

+ +Screenshot 2023-08-09 at 8 22 28 PM +

Contact page

+Screenshot 2023-08-09 at 8 22 36 PM +

Login Page

+Screenshot 2023-08-09 at 8 22 51 PM + + + +# 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** + +- ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) +- ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) +- ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) + + +
+ +## **Tools Used** + +- ![Google](https://img.shields.io/badge/google-DA4437?style=for-the-badge&logo=google&logoColor=white) +- ![GitHub](https://img.shields.io/badge/github-0D1117.svg?style=for-the-badge&logo=github&logoColor=white) +- ![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white) + + +