https://github.com/pavan-kumar2/swag_of_india
Swag of India E-commerce website Project using HTML5, CSS3, Bootstrap4, JavaScript and jQuery
https://github.com/pavan-kumar2/swag_of_india
bootstrap css3 html5 javascript jquery
Last synced: 2 months ago
JSON representation
Swag of India E-commerce website Project using HTML5, CSS3, Bootstrap4, JavaScript and jQuery
- Host: GitHub
- URL: https://github.com/pavan-kumar2/swag_of_india
- Owner: pavan-kumar2
- Created: 2022-08-13T05:16:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T11:33:03.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T07:10:20.205Z (over 1 year ago)
- Topics: bootstrap, css3, html5, javascript, jquery
- Language: HTML
- Homepage: https://pavan-kumar2.github.io/Swag_of_India/
- Size: 20 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swag of India
Swag of India is a responsive e-commerce website designed to provide users with a seamless online shopping experience. The project showcases various products and offers functionalities like product browsing, cart management, and user profile handling.
## Features
- **Homepage with Image Carousel**: Highlights featured products and promotions.
- **Product Listing Page**: Displays a variety of products with sorting and filtering options.
- **Product Detail Page**: Provides detailed information about each product.
- **Shopping Cart**: Allows users to add, remove, and manage products before checkout.
- **Wishlist**: Enables users to save products for future reference.
- **User Profile Management**: Users can create and manage their profiles, view order history, and edit personal information.
- **Seller Dashboard**: A dedicated interface for sellers to manage their products and view sales data.
## Technologies Used
- **HTML5**: Structure of the website.
- **CSS3**: Styling and layout.
- **Bootstrap 4**: Responsive design and grid system.
- **JavaScript (Vanilla)**: Dynamic content and interactivity.
- **jQuery**: Simplified DOM manipulation and AJAX calls.
- **AJAX & JSON**: Fetching and handling data asynchronously.
## Project Structure
- `index.html`: Main landing page.
- `product_list.html`: Displays all products.
- `product_view.html`: Detailed view of a selected product.
- `cart.html`: Shopping cart interface.
- `wishlist.html`: User's saved products.
- `my_profile.html`: User profile and account settings.
- `seller_page.html`: Interface for sellers to manage their products.
- `css/`: Contains all stylesheet files.
- `js/`: Contains JavaScript and jQuery scripts.
- `images/`: Stores all images used in the project.