{"id":22331093,"url":"https://github.com/chriswilder3/snapmart","last_synced_at":"2026-05-06T22:02:55.563Z","repository":{"id":265665020,"uuid":"896434992","full_name":"chriswilder3/SnapMart","owner":"chriswilder3","description":"This project is an e-commerce web application built using Django and JavaScript. It features product listings, search functionality, detailed product views, and cart management. The application includes pagination for efficient handling of large datasets.","archived":false,"fork":false,"pushed_at":"2024-12-05T17:57:21.000Z","size":6374,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T07:11:19.088Z","etag":null,"topics":["backend","django","fullstack-development","javascript","python3"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chriswilder3.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-30T11:02:41.000Z","updated_at":"2024-12-05T17:57:25.000Z","dependencies_parsed_at":"2024-11-30T12:20:25.984Z","dependency_job_id":"2a6700ef-c1b9-444e-a061-0bbc307ac15f","html_url":"https://github.com/chriswilder3/SnapMart","commit_stats":null,"previous_names":["chriswilder3/snapmart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chriswilder3/SnapMart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriswilder3%2FSnapMart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriswilder3%2FSnapMart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriswilder3%2FSnapMart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriswilder3%2FSnapMart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chriswilder3","download_url":"https://codeload.github.com/chriswilder3/SnapMart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriswilder3%2FSnapMart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32713820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","django","fullstack-development","javascript","python3"],"created_at":"2024-12-04T04:09:39.458Z","updated_at":"2026-05-06T22:02:55.558Z","avatar_url":"https://github.com/chriswilder3.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-commerce Web Application\n\n## Overview\nThis project is e-commerce web application built using Django and JavaScript. Its actually the final one of the three e-commerce applications I built. Check out my github for other two.\nIt has complete features of professional e-commerce application like product listings, search functionality, detailed product views, and cart management. The application includes pagination for efficient handling of large datasets.\n\n## Features\n- **Home Page:** Displays all products with pagination.\n- **Search Functionality:** Allows users to search for products by name with paginated results.\n- **Product Details:** Provides a detailed view of each product.\n- **Cart Management:** Handles the addition and removal of products in the shopping cart.\n- **Category Management:** Displays products based on selected categories.\n- **Order Generation:** Generates orders automatically based on checkout price and contents.\n\n## Technologies Used\n- **Backend:** Django, Python\n- **Frontend:** HTML, CSS, JavaScript\n- **Database:** SQLite (or specify the database used)\n- **Tools:** Git, GitHub\n\n## Installation\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/chriswilder3/snapmart.git\n   ```\n   \n### Usage\n- Access the home page to view all products.\n- Use the search bar to find specific products.\n- Click on a product to view its details.\n- Add products to the cart and manage your selections.\n- Look at total price calculated and decide on checkout\n- Enter details of recipient on checkout page and confirm ordering.\n- View and filter products by category.\n\n### Project Structure\n#### HTML Templates\n- `base.html`: The master template containing the common layout for all pages.\n- `index.html`: The home page template displaying all products.\n- `searchresults.html`: The template for displaying search results.\n  - Displays search results, includes pagination, and handles valid or invalid search terms.\n- `detail.html`: The template for displaying detailed view of a product.\n- `cartview.html`: The template for displaying the shopping cart.\n  - Implements logic to dynamically manage cart items, including updating quantities and handling empty carts.\n- `categories.html`: The template for displaying products by category.\n  - Displays products in a specific category with pagination.\n- `checkout.html`: The template for confirming price finally and entering user details (ex : Name, adrress, contact etc)\n- `order.html`: The template for displaying order confirmation success\n\n#### JavaScript\n- JavaScript code for dynamically updating cart count and fetching categories is included in the HTML templates.\n\n## Progress Screenshots\n- ![](media/screenshots/index.png)\n- ![](media/screenshots/detail.png)\n- ![](media/screenshots/categories.png)\n- ![](media/screenshots/search.png)\n- ![](media/screenshots/cartview.png)\n- ![](media/screenshots/checkout.png)\n- ![](media/screenshots/ordersuccess.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriswilder3%2Fsnapmart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchriswilder3%2Fsnapmart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriswilder3%2Fsnapmart/lists"}