Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
97c77df
Adding 503 Error Page
inj-krish19 Aug 8, 2024
f7a8099
Updating README File
inj-krish19 Aug 9, 2024
9186732
Modifying Error Page 400
inj-krish19 Aug 10, 2024
db3666c
Modifying Client Side All Error Page
inj-krish19 Aug 11, 2024
d32ad04
Modifying Server Side All Error Page
inj-krish19 Aug 12, 2024
413c967
Modifying About Us and Contact Us Page
inj-krish19 Aug 13, 2024
aad77b5
Modifying Register and Login Page
inj-krish19 Aug 14, 2024
fcf1850
Modifying Home Page
inj-krish19 Aug 15, 2024
8f5c6fd
Modifying Utility Pages
inj-krish19 Aug 16, 2024
6fb4fa7
Modifying Product Page
inj-krish19 Aug 17, 2024
c9d2cfb
Modifying Product Detail Page
inj-krish19 Aug 17, 2024
3f14719
Modifying Search Page
inj-krish19 Aug 17, 2024
08f2ffc
Modifying Search Style Page
inj-krish19 Aug 17, 2024
94493bb
Modifying Billing Related Pages
inj-krish19 Aug 18, 2024
bbe7d40
Modifying Order Pages
inj-krish19 Aug 19, 2024
98451a5
Modifying User Information Pages
inj-krish19 Aug 20, 2024
87e95ae
Improving Instructions
inj-krish19 Aug 27, 2024
11abbca
Adding LOGO at README
inj-krish19 Sep 23, 2024
5e305bc
Beautifying Coverpage
inj-krish19 Sep 24, 2024
e5d127b
Defining Deployment Dockerfile
inj-krish19 Mar 21, 2026
dcded10
Refactoring product table queries
inj-krish19 Mar 22, 2026
144fabb
Refactoring product ids
inj-krish19 Mar 22, 2026
f99d2d6
Refactoring Product script for case sensitiveness in query and index …
inj-krish19 May 23, 2026
7c5a028
Refctoring product related pages price and Others for case sensitiven…
inj-krish19 May 23, 2026
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
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
index.php
connection.php
/pages/503.html
.env
20 changes: 20 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Use official PHP with Apache
FROM php:8.2-apache

# Install mysqli extension
RUN docker-php-ext-install mysqli

# Enable Apache mod_rewrite (optional but useful)
RUN a2enmod rewrite

# Set working directory
WORKDIR /var/www/html

# Copy project files into container
COPY . /var/www/html/

# Set proper permissions
RUN chown -R www-data:www-data /var/www/html

# Expose port 80
EXPOSE 80
251 changes: 131 additions & 120 deletions MySQL Rentac Insert Queries.txt

Large diffs are not rendered by default.

28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Rentac

Rentac
<div style="display:flex; height: 500px; width: 500px; justify-content: center; align-items: center" >
<img src="Images/logos/Rentac.jpg" style="height : 200px; width: 200px">
<h1>Rentac</h1>
</div>

This repository contains the source code for the Rentac website.

Expand All @@ -10,14 +12,14 @@ Our extensive selection of stylish chairs, tables, and sofas ensures that you ca

-------------------------------------

Website: rentac.000webhostapp.com

-------------------------------------

About Rentac
<strong> Website: rentac.infnityfreeapp.com </strong>

-------------------------------------

<strong> About Rentac </strong>

At Rentac, we believe that furnishing your space should be easy, flexible, and affordable.

Whether you need to furnish your home, office, or event, we offer a wide selection of high-quality furniture to meet your needs.
Expand All @@ -26,7 +28,7 @@ Our products range from stylish chairs and tables to comfortable sofas, providin

--------------------------------------

Features
<strong> Features </strong>

- Wide range of furniture for rent

Expand All @@ -40,26 +42,26 @@ Features

------------------------------------

Getting Started

------------------------------------
<strong> Getting Started </strong>

To get started with Rentac, visit our website and browse our extensive collection of furniture.

Select the items you need, choose your rental period, and enjoy the convenience of having high-quality furniture delivered to your location.

---------------------------------------

Contributing
<strong> Contributing </strong>

We welcome contributions from the community. If you have ideas for new features or improvements, please submit a pull request or open an issue.

------------------------------------------------

Authors
<strong> Authors : </strong>

- Krish Shah (inj_krish19): Krish is a dedicated developer with a keen interest in creating user-friendly web applications and also brings extensive experience in backend development, database architecture , integration , ensuring robust and scalable solutions.
- <strong> Krish Shah </strong> (inj_krish19): Krish is a dedicated developer with a keen interest in creating user-friendly web applications and also brings extensive experience in backend development, database architecture , integration , ensuring robust and scalable solutions.

- Vishal Baghel (Rvbaghel) : Vishal is a dedicated developer

* It is just a project it doesn't have any relation with reality or Real World.
We are gonna launch the official product,user and open source Rentac API soon

* It is just a project it doesn't have any relation with reality or Real World.
68 changes: 68 additions & 0 deletions css/search.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
.mt-holder {
position: relative;
display: flex;
align-items: center;
}

.search-close {
display: inline-block;
cursor: pointer;
}

.search-close span {
display: block;
width: 20px;
height: 2px;
background: #000;
position: absolute;
top: 50%;
left: 96%;
transform: translate(-50%, -50%) rotate(45deg);
}

.search-close span:last-child {
transform: translate(-50%, -50%) rotate(-45deg);
}

.mt-frame {
flex-grow: 1;
}

fieldset {
border: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
}

input[type="text"] {
flex-grow: 1;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}

.icon-microphone {
margin-left: 10px;
cursor: pointer;
}

.icon-magnifier {
background: none;
border: none;
cursor: pointer;
margin-left: -50px;
}

a {
text-decoration: none;
}

.centerMe {
display: flex;
justify-content: center;
align-items: center;
height: 95vh;
width: 100%;
}
Loading