Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions Frontend-Projects/Qwickstay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<h2 align="center">Documentation on Qwickstay site </h2>
<p>
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.
</p>

<br />



# Screenshots :
<h2>Home Page</h2>
<img width="1440" alt="Screenshot 2023-08-09 at 8 22 18 PM" src="https://github.com/pranjay-poddar/Dev-Geeks/assets/102572480/465ed2ee-e144-47f7-a1e6-08db0b45fe05">
<h2>Hotels page</h2>

<img width="1440" alt="Screenshot 2023-08-09 at 8 22 28 PM" src="https://github.com/pranjay-poddar/Dev-Geeks/assets/102572480/bd66023b-e8f3-4c08-92fa-bdd3d64993a2">
<h2>Contact page</h2>
<img width="1440" alt="Screenshot 2023-08-09 at 8 22 36 PM" src="https://github.com/pranjay-poddar/Dev-Geeks/assets/102572480/736ad3bd-0244-4778-a98c-b12dbb1caa26">
<h2>Login Page</h2>
<img width="1440" alt="Screenshot 2023-08-09 at 8 22 51 PM" src="https://github.com/pranjay-poddar/Dev-Geeks/assets/102572480/c65a103f-895c-438c-8093-25091160e496">



# 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)


<br>

## **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)


<br>