Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepika14145 authored Oct 26, 2024
2 parents 0ce52da + 307d82b commit 438ba30
Show file tree
Hide file tree
Showing 19 changed files with 851 additions and 223 deletions.
Binary file modified .DS_Store
Binary file not shown.
26 changes: 26 additions & 0 deletions .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: 'PR Title Check'

# All of these are valid PR titles using GitHub issues.
# Of course one can use different <type> as per conventional commits format
# https://www.conventionalcommits.org/en/v1.0.0
#
# feat(improvement)!: [#123] - My PR title
# feat!: [#123] - My PR title
# feat: [#123] - My PR title

on:
pull_request:
types:
- opened
- synchronize
- edited
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
regexp: '^(?:release|feat|fix|build|chore|ci|docs|style|refactor|perf|test|revert)(?:\(\w+\))?\!?:\s\[#\d+\]\s\-\s.+'
helpMessage: "Example: 'feat: [#123] - my title'"
69 changes: 42 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,44 @@
# 🚖 **CabRental**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Last Commit](https://img.shields.io/github/last-commit/07sumit1002/CabRental.svg)](https://github.com/07sumit1002/CabRental/commits/main)
[![GitHub Issues](https://img.shields.io/github/issues/07sumit1002/CabRental.svg)](https://github.com/07sumit1002/CabRental/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/07sumit1002/CabRental.svg)](https://github.com/07sumit1002/CabRental/pulls)
[![Platform](https://img.shields.io/badge/platform-Web%20%26%20Blockchain-green.svg)](#)
[![Technologies](https://img.shields.io/badge/Tech-HTML%20%7C%20CSS%20%7C%20JS%20%7C%20Node.js%20%7C%20Solidity-blue.svg)](#)
🚗 CabRental is a **decentralized vehicle rental platform** using **Web3** for enhanced privacy, security, and flexibility. With crypto-wallet authentication 🔐 and smart contract-based transactions 📜, it offers a seamless, transparent, and tamper-proof rental experience.


<table align="center">
<thead align="center">
<tr border: 2px;>
<td><b>🌟 Stars</b></td>
<td><b>🍴 Forks</b></td>
<td><b>🐛 Issues</b></td>
<td><b>🔔 Open PRs</b></td>
<td><b>🔕 Close PRs</b></td>
</tr>
</thead>
<tbody>
<tr>
<td><img alt="Stars" src="https://img.shields.io/github/stars/07sumit1002/CabRental?style=flat&logo=github"/></td>
<td><img alt="Forks" src="https://img.shields.io/github/forks/07sumit1002/CabRental?style=flat&logo=github"/></td>
<td><img alt="Issues" src="https://img.shields.io/github/issues/07sumit1002/CabRental?style=flat&logo=github"/></td>
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/07sumit1002/CabRental?style=flat&logo=github"/></td>
<td><img alt="Close Pull Requests" src="https://img.shields.io/github/issues-pr-closed/07sumit1002/CabRental?style=flat&color=critical&logo=github"/></td>
</tr>
</tbody>
</table>

---
![CabRental Banner](https://files.oaiusercontent.com/file-E72nIXce4E1497vZoiZtGNTy?se=2024-10-05T14%3A47%3A35Z&sp=r&sv=2024-08-04&sr=b&rscc=max-age%3D604800%2C%20immutable%2C%20private&rscd=attachment%3B%20filename%3Dff26116f-77dd-4e15-aee3-e867ef6fb7ac.webp&sig=L/j24P/8ksOZiXp9XSW7mCs1EKYRokZa%2BQjwzPtzb5s%3D)
<img src = "images/Cab_rental.png.png" alt = "image">
<img src = "images/canRental2.png.png" alt = "image">

---
## 📝 **Table of Contents**

- [📝 Description](#-description)
- [🌟 Features](#-features)
- [💻 Technologies Used](#-technologies-used)
- [🔧 Installation](#-installation)
- [🛠 Web3 Integration Guide](#-web3-integration-guide)
- [📚 Usage](#-usage)
- [🤝 Contributing](#-contributing)
- [📄 License](#-license)
- [📫 Contact](#-contact)

---

## 📝 **Description**

**CabRental** is a cutting-edge decentralized vehicle rental platform designed to give users a seamless and secure way to rent vehicles. By integrating **Web3 technologies**, CabRental ensures enhanced privacy, security, and flexibility with **crypto-wallet authentication** and **smart contract-based transactions**. All the features, from login to booking management, are decentralized and blockchain-powered, making the user experience smooth, transparent, and tamper-proof.

![Web3 Rental](https://files.oaiusercontent.com/file-3vRtOVQ6VXFOIvjeHEuIF03Q?se=2024-10-05T14%3A32%3A33Z&sp=r&sv=2024-08-04&sr=b&rscc=max-age%3D604800%2C%20immutable%2C%20private&rscd=attachment%3B%20filename%3Dc15e91ce-61b7-482c-987c-66d9adaab9f6.webp&sig=xWHU67zr8OrTQulaEn1HgJP1NHx6jn6ibQTTGg4vEiQ%3D)
- 🌟 [Features](#-features)
- 💻 [Technologies Used](#-technologies-used)
- 🔧 [Installation](#-installation)
- 🛠 [Web3 Integration Guide](#-web3-integration-guide)
- 📚 [Usage](#-usage)
- 🤝 [Contributing](#-contributing)
- 📄 [License](#-license)
- 📫 [Contact](#-contact)

---

Expand Down Expand Up @@ -116,7 +125,6 @@ cd CabRental
- Wallet authentication via **MetaMask** allows decentralized login.
- **Web3.js** and **Ethers.js** are used to interact with the smart contracts for seamless blockchain operations.

![MetaMask Wallet Connection](https://files.oaiusercontent.com/file-QyUAqocqj49rEEefvhalq9cF?se=2024-10-05T14%3A41%3A11Z&sp=r&sv=2024-08-04&sr=b&rscc=max-age%3D604800%2C%20immutable%2C%20private&rscd=attachment%3B%20filename%3Dac428c5a-a433-4e8f-a5bd-54d007480062.webp&sig=yX9OkeQ1m8CXkHEoRXOD1K1%2BQh%2Big4EsWvhyt5t3T%2BU%3D)
---

## 📚 **Usage**
Expand Down Expand Up @@ -145,10 +153,8 @@ cd CabRental
### **Admin Dashboard:**

- Admins can manage all bookings, analyze platform usage, and verify blockchain transactions.

---
![](https://files.oaiusercontent.com/file-iMGfRqXcT2UQ2czdvFJESwZN?se=2024-10-05T14%3A42%3A46Z&sp=r&sv=2024-08-04&sr=b&rscc=max-age%3D604800%2C%20immutable%2C%20private&rscd=attachment%3B%20filename%3Dd9fbe6b9-67ec-4319-ae9f-e7f0ccef6f27.webp&sig=uYSddLInzeEpKTzu%2BMUDSZfsMueae9VhaUAT9O/AFQw%3D)

## 🤝 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
Expand Down Expand Up @@ -185,6 +191,9 @@ Contributions are what make the open-source community such an amazing place to l
7. **Open a Pull Request**
Navigate to the original repository and open a pull request with a detailed description of your changes.

## Contributors 🤩
<img src="https://contrib.rocks/image?repo=07sumit1002/CabRental" />

## 📄 License

This project is licensed under the [MIT License](LICENSE).
Expand All @@ -197,3 +206,9 @@ For any inquiries or support, please contact:
- **GitHub:** [@07sumit1002](https://github.com/07sumit1002)

---

## ⭐ Star the Repo!

If you find this project useful and would like to support the project, please consider giving it a ⭐ star on GitHub! Your support helps us grow and improve. Thank you! 🙌

### Keep learning and exploring! 🚀
75 changes: 74 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,102 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="img/logo1.png" type="image/png">
<title>About Us - CabRental</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css"
/>


<nav class="navbar">
<div class="logo">
<img src="img/cabz.png.png" alt="Logo" class="navbar-logo" />
<a href="index.html" class="logo"><img src="img/logo.png" alt=""></a>
<a href="index.html"><img src="img/cabz.png.png" alt="Logo" class="navbar-logo" /></a>
</div>
<ul>
<li><a href="index.html">Home</a></li>

<li><a href="#company-overview">Company Overview</a></li>
<li><a href="#mission-vision">Mission & Vision</a></li>
<li><a href="#values-principles">Values & Principles</a></li>
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox" />
<div class="slider round"></div>
</label>

<li><a href="ride.html">Ride</a></li>
<li><a href="serv.html">Services</a></li>
<li><a href="#about.html">About</a></li>
<li><a href="review.html">Reviews</a></li>
<li><a href="contactus.html">Contact</a></li>
<li>
<div class="header-btn">
<a href="login.html" class="sign-up">Login</a>
</div>
</li>
<li>
<div class="theme-switch" id="theme-switch"></div>
</li>

</ul>
</nav>


<style>


.logo img {
height: 60px;
padding-right: 40px;
padding-left: 40px;
}
body {
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
background-color: #eeeff1;
color: #333;
line-height: 1.6;
}

.navbar {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #eeeff1;
padding: 20px;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
height: 50px;
}

.navbar ul li a:hover {
background-color: #8f6883;
transform: scale(1.1);
}
.header-btn .sign-up:hover {
background-color: red;
border-color: red;
}
.header-btn .sign-up {
padding: 10px 20px;
background-color: #007bff;
border-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
}
.navbar ul {
display: flex;
justify-content: space-around; /* Spacing between links */
list-style: none;
padding: 10px; /* Padding for the group of links */
background-color: #eeeff1; /* Background color for the navbar */
}

body {
transition: background-color 0.5s, color 0.5s;
}
Expand Down
4 changes: 3 additions & 1 deletion contactus.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/logo1.png" type="image/png">
<meta name="author" content="CodeHim">
<link rel="icon" href="img/logo1.png" type="image/png">
<title>Contact Us Page</title>
<link rel="stylesheet" href="contactus.css">
<link rel="stylesheet" href="./css/demo.css">
Expand Down Expand Up @@ -101,4 +103,4 @@ <h2>Send Message</h2>
</main>
<script src="./js/contactus.js"></script>
</body>
</html>
</html>
3 changes: 2 additions & 1 deletion forgot-password.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/logo1.png" type="image/png">
<title>Forgot Password</title>
<link rel="stylesheet" href="forgot-password.css" />
</head>
Expand Down Expand Up @@ -56,4 +57,4 @@ <h1 class="animated-heading">Cab Rental<span class="blinking-cursor">|</span></h
</script>
</body>

</html>
</html>
Binary file added images/Cab_rental.png.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/canRental2.png.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/.DS_Store
Binary file not shown.
Binary file added img/services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 438ba30

Please sign in to comment.