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

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

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.