An open API service indexing awesome lists of open source software.

https://github.com/girish-kor/kharido.in


https://github.com/girish-kor/kharido.in

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# KHARIDO - Online Shopping Website

KHARIDO is a modern, interactive online shopping website that combines a sleek dark theme with red highlights, inspired by popular e-commerce and streaming platforms. The website is designed for a seamless shopping experience, allowing users to browse products, add them to a cart, and proceed to checkout.

![Header Preview](https://github.com/girish-kor/KHARIDO.in/blob/main/bin/header.png?raw=true)
![Login Preview](https://github.com/girish-kor/KHARIDO.in/blob/main/bin/login.png?raw=true)
![Cart Preview](https://github.com/girish-kor/KHARIDO.in/blob/main/bin/cart.png?raw=true)

## Features

- **Dynamic Product Listings:** View a wide range of featured products.
- **User Authentication:** Secure login functionality for registered users.
- **Cart Management:** Add, remove, and update items in the shopping cart.
- **Responsive Design:** Optimized for both desktop and mobile users.
- **Interactive UI:** Smooth animations, hover effects, and modern UI elements.

## Installation

To run this website locally, follow these steps:

### Prerequisites

- A modern web browser (Chrome, Firefox, etc.)
- A text editor or IDE (e.g., VS Code, Sublime Text)

### Steps

1. **Clone the repository:**
```bash
git clone https://github.com/girish-kor/KHARIDO.in
```

2. **Open the folder:**
Navigate to the KHARIDO project folder.

3. **Open the index.html file in your browser:**
Double-click `index.html` to view the website.

## Demo

Watch the video demonstration here: [KHARIDO Demo](https://www.loom.com/share/c8498f34ca034e7e9e960d35b801ced2?sid=f841556e-d9be-4eef-a027-3b9d1865887a)

## Technologies Used

- **HTML5**
- **CSS3** (with modern flexbox and grid layouts)
- **JavaScript** (for interactivity)
- **Google Fonts** (Poppins font for typography)

## Contributing

If you'd like to contribute to this project, please follow these guidelines:

1. **Fork the repository.**
2. Create a new branch:
```bash
git checkout -b feature-branch
```
3. Make your changes.
4. Commit your changes:
```bash
git commit -am 'Add new feature'
```
5. Push to your branch:
```bash
git push origin feature-branch
```
6. Create a new pull request.

---