-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b323ba
commit 7400013
Showing
1 changed file
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,60 @@ | ||
Flipkart clone is copy of Flipkart website and it's Static with features like add product to cart, remove from cart, increase quantity in cart, search product etc. | ||
Technology used - : HTML 5, CSS 3, Javascript. | ||
|
||
|
||
# Flipkart Clone | ||
|
||
This project is a Flipkart clone built using HTML, CSS, and JavaScript. | ||
|
||
## Description | ||
The Flipkart clone is a static website replicating the basic functionality of the Flipkart website. It includes features such as adding products to the cart, removing products from the cart, increasing the quantity of products in the cart, and searching for products. | ||
|
||
## Features | ||
|
||
### Home Page | ||
- **Search Option**: Allows users to search for products. | ||
- **Navigation**: Includes login, signup, and cart pages. | ||
- **Product Listings**: Displays products available on Flipkart, including their prices. | ||
- **Add to Cart**: Users can add products to their cart from the listings. | ||
- **Footer**: Standard footer at the bottom of the page. | ||
|
||
#### Screenshots(Output) | ||
|
||
![HOME PAGE 1](https://github.com/nidhiupman568/FLIPKART-CLONE/assets/130860182/ccab959a-0300-4cdf-a5dd-874e3e4169b2) | ||
|
||
|
||
![HOME PAGE 2](https://github.com/nidhiupman568/FLIPKART-CLONE/assets/130860182/7c5b1ad3-9323-4f34-a2c2-9340ad167a1d) | ||
|
||
|
||
![HOME PAGE 3](https://github.com/nidhiupman568/FLIPKART-CLONE/assets/130860182/64f99a2f-3a68-4c5a-80ea-04eeaf144a67) | ||
|
||
|
||
|
||
### Cart Page | ||
- **View Cart Items**: Users can see the items they have added to their cart. | ||
- **Cart Management**: Options to add products to the cart, remove products from the cart, and increase the quantity of products in the cart. | ||
- **Order Summary**: Displays the total number of items and the total cost of the order. | ||
|
||
#### Screenshots(Output) | ||
|
||
![CART PAGE 1](https://github.com/nidhiupman568/FLIPKART-CLONE/assets/130860182/206c8a6e-f13c-4207-afda-e2ef9190e92d) | ||
|
||
|
||
|
||
![CART PAGE 2](https://github.com/nidhiupman568/FLIPKART-CLONE/assets/130860182/ff7b5230-8d1d-4e63-9bfa-b765e7218eb3) | ||
|
||
|
||
|
||
|
||
## Technologies Used | ||
- HTML5 | ||
- CSS3 | ||
- JavaScript | ||
|
||
### How to Use | ||
1. Clone the repository: `https://github.com/nidhiupman568/FLIPKART-CLONE.git` | ||
2. Open `index.html` in your web browser to view the application. | ||
|
||
|
||
|
||
### Contributing | ||
Feel free to contribute to this project by forking it and submitting a pull request. Please follow the project's coding conventions and guidelines. | ||
|