https://github.com/girish-kor/kharido.in
https://github.com/girish-kor/kharido.in
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/girish-kor/kharido.in
- Owner: girish-kor
- License: mit
- Created: 2024-11-20T18:42:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T09:03:21.000Z (7 months ago)
- Last Synced: 2024-11-30T09:28:27.048Z (7 months ago)
- Language: CSS
- Size: 339 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.


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